X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FPLRsearch%2FPLRsearch.py;h=0314a80efbfa3a093a65cb37ae241a4562880cfc;hp=0e78cc936d6ddcbaaccb680408d1ce094dda7e1d;hb=186e30a749b404210c49081d2b6d1edfc58ffe90;hpb=d772d5346cf1c4802bda63e4faf008222b6c0cf0 diff --git a/resources/libraries/python/PLRsearch/PLRsearch.py b/resources/libraries/python/PLRsearch/PLRsearch.py index 0e78cc936d..0314a80efb 100644 --- a/resources/libraries/python/PLRsearch/PLRsearch.py +++ b/resources/libraries/python/PLRsearch/PLRsearch.py @@ -572,7 +572,7 @@ class PLRsearch: # See https://stackoverflow.com/questions/15137292/large-objects-and-multiprocessing-pipes-and-send worker = multiprocessing.Process( target=Integrator.try_estimate_nd, - args=(worker_pipe_end, 10.0, self.trace_enabled) + args=(worker_pipe_end, 5.0, self.trace_enabled) ) worker.daemon = True worker.start()