summaryrefslogtreecommitdiff
path: root/prolog/runner/daemon.pl
diff options
context:
space:
mode:
Diffstat (limited to 'prolog/runner/daemon.pl')
-rwxr-xr-xprolog/runner/daemon.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog/runner/daemon.pl b/prolog/runner/daemon.pl
index c482282..b8515b3 100755
--- a/prolog/runner/daemon.pl
+++ b/prolog/runner/daemon.pl
@@ -36,7 +36,7 @@ prolog:error_message(time_limit_exceeded) -->
[ 'time limit exceeded' ].
:- set_setting(pengine_sandbox:time_limit, 5.0).
-:- set_setting(pengine_sandbox:thread_pool_size, 50).
+:- set_setting(pengine_sandbox:thread_pool_size, 500).
% Start the server. Set fork(true) if you desire for the process to fork into background. You may also want pidfile(filename).
% See /usr/lib/swi-prolog/library/http/http_unix_daemon.pl and thread_httpd.pl for all options.