From 9988c831e1e96f25359a2094b1e1a8fb1fc7feb3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 10 Jul 2015 00:02:29 -0700 Subject: [PATCH] make_project: don't do update_stats by default --- tools/make_project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make_project b/tools/make_project index 42c5d77007..09a2ef5651 100755 --- a/tools/make_project +++ b/tools/make_project @@ -242,7 +242,7 @@ t = project.config.tasks.make_node_and_append("task") t.period = '24 hours' t.output = 'db_dump.out' t.cmd = 'db_dump -d 2 --dump_spec ../db_dump_spec.xml' -t.disabled = 0 +t.disabled = 1 t = project.config.tasks.make_node_and_append("task") t.period = '1 days'