We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a176b9 commit 02e25aaCopy full SHA for 02e25aa
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/AsyncHandler.java
@@ -143,7 +143,7 @@ public final void execute(PythonContext context) {
143
}
144
145
146
- private final ScheduledExecutorService executorService = Executors.newScheduledThreadPool(1, runnable -> {
+ private final ScheduledExecutorService executorService = Executors.newScheduledThreadPool(6, runnable -> {
147
Thread t = Executors.defaultThreadFactory().newThread(runnable);
148
t.setDaemon(true);
149
return t;
0 commit comments