Skip to content

Commit 9db96bd

Browse files
committed
Increase worker timeout
1 parent 9562047 commit 9db96bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

langevals/server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def load(self):
174174
"preload_app": True,
175175
"forwarded_allow_ips": "*",
176176
"loglevel": "warning",
177+
"timeout": 120,
177178
}
178179

179180
StandaloneApplication(app, options).run()

0 commit comments

Comments
 (0)