mirror of
https://github.com/caronc/apprise-api.git
synced 2025-08-19 10:51:27 +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 = multiprocessing.cpu_count() * 2 + 1
|
||||
|
||||
# Increase worker timeout value to give upstream services time to
|
||||
# respond
|
||||
timeout = 90
|
||||
|
||||
# Logging
|
||||
# '-' means log to stdout.
|
||||
errorlog = '-'
|
||||
|
Reference in New Issue
Block a user