mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=3532
This commit is contained in:
parent
ebb30e74e2
commit
e1a178a17f
|
@ -85,7 +85,7 @@ verbose_daemon_run = 0
|
||||||
# starting simultaneously. also it keeps output in sequence.
|
# starting simultaneously. also it keeps output in sequence.
|
||||||
fork_delay = 0.1
|
fork_delay = 0.1
|
||||||
ignore_timestamps = False
|
ignore_timestamps = False
|
||||||
prune_run_state = False
|
prune_run_state = True #
|
||||||
is_main_host = False
|
is_main_host = False
|
||||||
local_hostname = ''
|
local_hostname = ''
|
||||||
|
|
||||||
|
@ -446,7 +446,6 @@ def do_prune_run_states():
|
||||||
new_run_state_tasks.append(run_state_task)
|
new_run_state_tasks.append(run_state_task)
|
||||||
run_state.tasks = new_run_state_tasks
|
run_state.tasks = new_run_state_tasks
|
||||||
|
|
||||||
|
|
||||||
def stop_daemon(pid):
|
def stop_daemon(pid):
|
||||||
'''returns 1 if something stopped, else 0'''
|
'''returns 1 if something stopped, else 0'''
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue