From 788161264c562e1f9c0ddec8949b8cd08a3df702 Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Tue, 12 Dec 2006 09:03:49 +1100 Subject: [PATCH] Increased retries and timeout r1367 | ffr | 2006-12-12 09:03:49 +1100 (Tue, 12 Dec 2006) | 2 lines --- site_ansto/anstohttp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site_ansto/anstohttp.c b/site_ansto/anstohttp.c index c5571c52..f7765d65 100644 --- a/site_ansto/anstohttp.c +++ b/site_ansto/anstohttp.c @@ -421,8 +421,8 @@ static int AnstoHttpStatus(pHistDriver self,SConnection *pCon){ // pCon=NULL all return HWFault; // shouldn't get here } -#define MAX_STATUS_READ_RETRIES 50 -#define STATUS_READ_DELAY_US 100000 +#define MAX_STATUS_READ_RETRIES 150 +#define STATUS_READ_DELAY_US 200000 // static int AnstoHttpStatusWithRetries(pHistDriver self, int requiredstate,SConnection *pCon) // pCon=NULL allowed {