From 4ae2a654eb95d35535897e1d384febf3fc9276d5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 29 Jul 2006 18:34:56 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=10793 --- checkin_notes | 6 ++++++ client/scheduler_op.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/checkin_notes b/checkin_notes index f018a40b53..6bb5ee40dc 100755 --- a/checkin_notes +++ b/checkin_notes @@ -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 diff --git a/client/scheduler_op.h b/client/scheduler_op.h index 40aeb4ec23..0036cbdffa 100644 --- a/client/scheduler_op.h +++ b/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