forked from mirror/ledisdb
parent
b787ddbbd1
commit
270c1ade1e
|
@ -50,7 +50,7 @@ conn_write_buffer_size = 10240
|
|||
|
||||
# if connection receives no data after n seconds, it may be dead, close
|
||||
# 0 to disable and not check
|
||||
conn_keepavlie_interval = 0
|
||||
conn_keepalive_interval = 0
|
||||
|
||||
# checking TTL (time to live) data every n seconds
|
||||
# if you set big, the expired data may not be deleted immediately
|
||||
|
|
Loading…
Reference in New Issue