forked from mirror/ledisdb
set replication config to false default
This commit is contained in:
parent
c5107c7137
commit
e1df74e33d
|
@ -41,7 +41,7 @@ db_path = ""
|
||||||
db_sync_commit = 0
|
db_sync_commit = 0
|
||||||
|
|
||||||
# enable replication or not
|
# enable replication or not
|
||||||
use_replication = true
|
use_replication = false
|
||||||
|
|
||||||
# set connection buffer, you can increase them appropriately
|
# set connection buffer, you can increase them appropriately
|
||||||
conn_read_buffer_size = 10240
|
conn_read_buffer_size = 10240
|
||||||
|
|
|
@ -41,7 +41,7 @@ db_path = ""
|
||||||
db_sync_commit = 0
|
db_sync_commit = 0
|
||||||
|
|
||||||
# enable replication or not
|
# enable replication or not
|
||||||
use_replication = true
|
use_replication = false
|
||||||
|
|
||||||
# set connection buffer, you can increase them appropriately
|
# set connection buffer, you can increase them appropriately
|
||||||
conn_read_buffer_size = 10240
|
conn_read_buffer_size = 10240
|
||||||
|
|
Loading…
Reference in New Issue