forked from mirror/ledisdb
update config
This commit is contained in:
parent
c3ca5bba14
commit
d0a40c411d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue