change parameter store_server from 0 to 1

pull/56/merge
yuqing 2017-03-29 09:40:37 +08:00
parent b94ba24c2e
commit f76d24b52d
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ store_group=group2
# 0: round robin (default) # 0: round robin (default)
# 1: the first server order by ip address # 1: the first server order by ip address
# 2: the first server order by priority (the minimal) # 2: the first server order by priority (the minimal)
store_server=0 store_server=1
# which path(means disk or mount point) of the storage server to upload file # which path(means disk or mount point) of the storage server to upload file
# 0: round robin # 0: round robin