mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-12 09:50:50 +01:00
Worker Timeout Increased (#17)
This commit is contained in:
parent
6e22b74c01
commit
949b8d9d08
@ -43,6 +43,10 @@ bind = [
|
||||
# Workers are relative to the number of CPU's provided by hosting server
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
|
||||
# Increase worker timeout value to give upstream services time to
|
||||
# respond
|
||||
timeout = 90
|
||||
|
||||
# Logging
|
||||
# '-' means log to stdout.
|
||||
errorlog = '-'
|
||||
|
Loading…
Reference in New Issue
Block a user