*** empty log message ***

svn path=/trunk/boinc/; revision=10098
This commit is contained in:
Rom Walton 2006-05-04 17:39:00 +00:00
parent a9183d00dc
commit 1abe79c7a5
2 changed files with 10 additions and 1 deletions

View File

@ -4473,3 +4473,12 @@ David 3 May 2006
result.inc
sched/
feeder.C
Rom 4 May 2006
- Bug Fix: Increase the WaitHint from 10 seconds to 30 seconds so
the service mode install isn't so jumpy when it takes awhile
to shutdown.
client/win/
win_service.cpp

View File

@ -114,7 +114,7 @@ VOID WINAPI service_ctrl(DWORD dwCtrlCode)
// error.
case SERVICE_CONTROL_STOP:
case SERVICE_CONTROL_SHUTDOWN:
ReportStatus(SERVICE_STOP_PENDING, ERROR_SUCCESS, 10000);
ReportStatus(SERVICE_STOP_PENDING, ERROR_SUCCESS, 30000);
quit_client();
return;