make_project: don't do update_stats by default

This commit is contained in:
David Anderson 2015-07-10 00:02:29 -07:00
parent d1e1ed7767
commit 9988c831e1
1 changed files with 1 additions and 1 deletions

View File

@ -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'