the shared executor param should be true if using the singleton thread pool
Reviewed-by: batsatt
This commit is contained in:
parent
525ddfef7d
commit
035403695f
|
@ -125,7 +125,7 @@ public final class Server {
|
|||
final Loader loader,
|
||||
final Logging logging,
|
||||
final String workDir) throws Exception {
|
||||
this(engine, loader, logging, workDir, engine.getContext(), 0, ThreadPool.getInstance(), false);
|
||||
this(engine, loader, logging, workDir, engine.getContext(), 0, ThreadPool.getInstance(), true);
|
||||
}
|
||||
|
||||
public Server(final ScriptEngine engine,
|
||||
|
|
Loading…
Reference in New Issue