From b456b8ae3057c2c7da29ebc8904aea543cb8e8d3 Mon Sep 17 00:00:00 2001 From: Hamid Aghdaee Date: Sat, 16 Nov 2002 00:37:28 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=626 --- client/scheduler_op.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/scheduler_op.h b/client/scheduler_op.h index b9421d6034..e0c767c374 100644 --- a/client/scheduler_op.h +++ b/client/scheduler_op.h @@ -36,11 +36,11 @@ // constants related to scheduler RPC policy -#define MASTER_FETCH_PERIOD 5 +#define MASTER_FETCH_PERIOD 10 // fetch and parse master URL if nrpc_failures is a multiple of this -#define RETRY_BASE_PERIOD 1 +#define RETRY_BASE_PERIOD 100 // after failure, back off 2^nrpc_failures times this times random -#define RETRY_CAP 5 +#define RETRY_CAP 10 // cap on nrpc_failures in the above formula #define SCHEDULER_OP_STATE_IDLE 0