mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-20 02:58:21 +02:00
Worker Timeout Increased (#17)
This commit is contained in:
@@ -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 = '-'
|
||||||
|
Reference in New Issue
Block a user