*** empty log message ***

svn path=/trunk/boinc/; revision=10793
This commit is contained in:
David Anderson 2006-07-29 18:34:56 +00:00
parent 3d5992b874
commit 4ae2a654eb
2 changed files with 7 additions and 1 deletions

View File

@ -8173,3 +8173,9 @@ David 28 July 2006
ffmail_form.php
py/Boinc/
setup_project.py
David 29 July 2006
- core client: limit backoff to 24 hours
client/
scheduler_op.h

View File

@ -56,7 +56,7 @@ typedef enum {
// after this many master-fetch failures,
// move into a state in which we retry master fetch
// at the frequency below
#define MASTER_FETCH_INTERVAL (86400*7) // 1 week
#define MASTER_FETCH_INTERVAL (86400) // 1 day
// See above
// constants used to bound RPC backoff