change parameter store_server from 0 to 1
parent
b94ba24c2e
commit
f76d24b52d
|
|
@ -56,7 +56,7 @@ store_group=group2
|
|||
# 0: round robin (default)
|
||||
# 1: the first server order by ip address
|
||||
# 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
|
||||
# 0: round robin
|
||||
|
|
|
|||
Loading…
Reference in New Issue