update config

This commit is contained in:
siddontang 2014-10-26 15:30:36 +08:00
parent c3ca5bba14
commit d0a40c411d
1 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,10 @@ db_sync_commit = 0
# enable replication or not # enable replication or not
use_replication = true use_replication = true
# set connection buffer, you can increase them appropriately
conn_read_buffer_size = 10240
conn_write_buffer_size = 10240
[leveldb] [leveldb]
# for leveldb and goleveldb # for leveldb and goleveldb
compression = false compression = false