From e1df74e33d706fc6d375998031903e405b6460d7 Mon Sep 17 00:00:00 2001 From: siddontang Date: Tue, 28 Oct 2014 23:30:40 +0800 Subject: [PATCH] set replication config to false default --- config/config.toml | 2 +- etc/ledis.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.toml b/config/config.toml index aef46d6..2b5d545 100644 --- a/config/config.toml +++ b/config/config.toml @@ -41,7 +41,7 @@ db_path = "" db_sync_commit = 0 # enable replication or not -use_replication = true +use_replication = false # set connection buffer, you can increase them appropriately conn_read_buffer_size = 10240 diff --git a/etc/ledis.conf b/etc/ledis.conf index aef46d6..2b5d545 100644 --- a/etc/ledis.conf +++ b/etc/ledis.conf @@ -41,7 +41,7 @@ db_path = "" db_sync_commit = 0 # enable replication or not -use_replication = true +use_replication = false # set connection buffer, you can increase them appropriately conn_read_buffer_size = 10240