From: Liu Yuan <tailai.ly at taobao.com> Signed-off-by: Liu Yuan <tailai.ly at taobao.com> --- collie/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collie/cluster.c b/collie/cluster.c index 2114a8e..c991096 100644 --- a/collie/cluster.c +++ b/collie/cluster.c @@ -25,7 +25,7 @@ struct cluster_cmd_data { char name[STORE_LEN]; } cluster_cmd_data; -#define DEFAULT_STORE "simple" +#define DEFAULT_STORE "farm" static void set_nohalt(uint16_t *p) { -- 1.7.10.2 |