mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10793
This commit is contained in:
parent
3d5992b874
commit
4ae2a654eb
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue