mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4218
This commit is contained in:
parent
83a77b784f
commit
d86464b357
|
@ -17519,10 +17519,12 @@ David 21 Sept 2004
|
|||
If the resulting file is empty, try client_state_prev.xml
|
||||
This should hopefully fix cases of state file corruption on crash
|
||||
- change request delay from 1 hour to 1 day for:
|
||||
- unknown platform
|
||||
- no work for this platform
|
||||
- core client out of date
|
||||
|
||||
client/
|
||||
cs_statefile.C
|
||||
sched/
|
||||
handle_request.C
|
||||
sched_send.C
|
||||
|
|
|
@ -724,6 +724,7 @@ void process_request(
|
|||
SCHED_MSG_LOG::CRITICAL, "[HOST#%d] platform '%s' not found\n",
|
||||
reply.host.id, sreq.platform_name
|
||||
);
|
||||
reply.request_delay = 3600*24;
|
||||
goto leave;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue