mirror of https://github.com/yandex/odyssey.git
odissey: update default config
This commit is contained in:
parent
60a5d18e77
commit
6c22f8df58
|
@ -27,17 +27,17 @@ log_to_stdout yes
|
|||
log_syslog no
|
||||
log_syslog_ident "odissey"
|
||||
log_syslog_facility "daemon"
|
||||
log_debug yes
|
||||
log_debug no
|
||||
log_config yes
|
||||
log_session yes
|
||||
log_query yes
|
||||
log_query no
|
||||
log_stats yes
|
||||
stats_interval 3
|
||||
nodelay yes
|
||||
keepalive 7200
|
||||
readahead 8192
|
||||
client_max 100
|
||||
workers 3
|
||||
workers 1
|
||||
|
||||
listen {
|
||||
host "*"
|
||||
|
@ -91,7 +91,7 @@ database default {
|
|||
pool "transaction"
|
||||
pool_size 0
|
||||
pool_timeout 0
|
||||
pool_ttl 5
|
||||
pool_ttl 30
|
||||
pool_cancel yes
|
||||
pool_rollback yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue