mirror of
https://bitbucket.org/jsuto/piler.git
synced 2026-04-05 17:29:18 +02:00
switched to preforking daemon
This commit is contained in:
@@ -27,7 +27,6 @@ struct __config {
|
||||
|
||||
int number_of_worker_processes;
|
||||
int max_requests_per_child;
|
||||
int max_connections;
|
||||
|
||||
int backlog;
|
||||
|
||||
@@ -61,6 +60,9 @@ struct __config {
|
||||
char sqlite3[MAXVAL];
|
||||
char sqlite3_pragma[MAXVAL];
|
||||
|
||||
int update_counters_to_memcached;
|
||||
int memcached_to_db_interval;
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user