Skip to content

Commit 0e2d4ec

Browse files
committed
Increased worker timeout threshold
1 parent 3bf009b commit 0e2d4ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

omnipath_server/server/_legacy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'create_server',
2727
]
2828

29-
WorkerManager.THRESHOLD = 1200
29+
WorkerManager.THRESHOLD = 5000
3030

3131

3232
def create_server(con: dict, load_db: bool | dict = False, **kwargs) -> Sanic:

0 commit comments

Comments
 (0)