##// END OF EJS Templates
Added timeout option to gunicorn example config
marcink -
r3964:8c11a295 beta
parent child Browse files
Show More
@@ -59,6 +59,9 b' max_request_body_size = 107374182400'
59 ## recommended for bigger setup is using of of other than sync one
59 ## recommended for bigger setup is using of of other than sync one
60 #worker_class = sync
60 #worker_class = sync
61 #max_requests = 5
61 #max_requests = 5
62 ## ammount of time a worker can handle request before it get's killed and
63 ## restarted
64 #timeout = 3600
62
65
63 ## COMMON ##
66 ## COMMON ##
64 host = 0.0.0.0
67 host = 0.0.0.0
@@ -59,6 +59,9 b' max_request_body_size = 107374182400'
59 ## recommended for bigger setup is using of of other than sync one
59 ## recommended for bigger setup is using of of other than sync one
60 #worker_class = sync
60 #worker_class = sync
61 #max_requests = 5
61 #max_requests = 5
62 ## ammount of time a worker can handle request before it get's killed and
63 ## restarted
64 #timeout = 3600
62
65
63 ## COMMON ##
66 ## COMMON ##
64 host = 127.0.0.1
67 host = 127.0.0.1
@@ -59,6 +59,9 b' max_request_body_size = 107374182400'
59 ## recommended for bigger setup is using of of other than sync one
59 ## recommended for bigger setup is using of of other than sync one
60 #worker_class = sync
60 #worker_class = sync
61 #max_requests = 5
61 #max_requests = 5
62 ## ammount of time a worker can handle request before it get's killed and
63 ## restarted
64 #timeout = 3600
62
65
63 ## COMMON ##
66 ## COMMON ##
64 host = 127.0.0.1
67 host = 127.0.0.1
General Comments 0
You need to be logged in to leave comments. Login now