Merge pull request #101 from presbrey/patch-1

Update config.toml
This commit is contained in:
siddontang 2014-10-31 20:30:30 +08:00
commit b0c808e1bd
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ conn_write_buffer_size = 10240
# if connection receives no data after n seconds, it may be dead, close # if connection receives no data after n seconds, it may be dead, close
# 0 to disable and not check # 0 to disable and not check
conn_keepavlie_interval = 0 conn_keepalive_interval = 0
# checking TTL (time to live) data every n seconds # checking TTL (time to live) data every n seconds
# if you set big, the expired data may not be deleted immediately # if you set big, the expired data may not be deleted immediately