diff options
-rw-r--r-- | resources/libraries/python/PLRsearch/PLRsearch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |