Show More
@@ -65,6 +65,8 b' asyncore_use_poll = true' | |||
|
65 | 65 | ## type of worker class, one of sync, gevent |
|
66 | 66 | ## recommended for bigger setup is using of of other than sync one |
|
67 | 67 | #worker_class = sync |
|
68 | ## The maximum number of simultaneous clients. Valid only for Gevent | |
|
69 | #worker_connections = 10 | |
|
68 | 70 | ## max number of requests that worker will handle before being gracefully |
|
69 | 71 | ## restarted, could prevent memory leaks |
|
70 | 72 | #max_requests = 1000 |
@@ -65,6 +65,8 b' asyncore_use_poll = true' | |||
|
65 | 65 | ## type of worker class, one of sync, gevent |
|
66 | 66 | ## recommended for bigger setup is using of of other than sync one |
|
67 | 67 | #worker_class = sync |
|
68 | ## The maximum number of simultaneous clients. Valid only for Gevent | |
|
69 | #worker_connections = 10 | |
|
68 | 70 | ## max number of requests that worker will handle before being gracefully |
|
69 | 71 | ## restarted, could prevent memory leaks |
|
70 | 72 | #max_requests = 1000 |
General Comments 0
You need to be logged in to leave comments.
Login now