*** empty log message ***

svn path=/trunk/boinc/; revision=4218
This commit is contained in:
David Anderson 2004-09-21 20:04:56 +00:00
parent 83a77b784f
commit d86464b357
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -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;
}