mirror of
https://github.com/caronc/apprise-api.git
synced 2024-12-14 10:50:49 +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 are relative to the number of CPU's provided by hosting server
|
||||||
workers = multiprocessing.cpu_count() * 2 + 1
|
workers = multiprocessing.cpu_count() * 2 + 1
|
||||||
|
|
||||||
|
# Increase worker timeout value to give upstream services time to
|
||||||
|
# respond
|
||||||
|
timeout = 90
|
||||||
|
|
||||||
# Logging
|
# Logging
|
||||||
# '-' means log to stdout.
|
# '-' means log to stdout.
|
||||||
errorlog = '-'
|
errorlog = '-'
|
||||||
|
Loading…
Reference in New Issue
Block a user