Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit c0fe35c

Browse files
committed
reduce worker thread pool to 100 threads fix jooby-project#264
1 parent 42c2e8b commit c0fe35c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jooby/src/main/resources/org/jooby/jooby.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ server {
116116

117117
threads {
118118
Min = 20
119-
Max = 200
119+
Max = 100
120120
IdleTimeout = 60s
121121
}
122122

0 commit comments

Comments
 (0)