mirror of https://github.com/BOINC/boinc.git
make_project: don't do update_stats by default
This commit is contained in:
parent
d1e1ed7767
commit
9988c831e1
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue