[1956] in Moira Commits

home help back first fref pref prev next nref lref last post

/svn/moira r4095 - trunk/moira/incremental/afs

daemon@ATHENA.MIT.EDU (Garry Zacheiss)
Thu Jan 31 17:03:08 2013

Date: Thu, 31 Jan 2013 17:03:01 -0500
From: Garry Zacheiss <zacheiss@MIT.EDU>
Message-Id: <201301312203.r0VM31TQ017909@drugstore.mit.edu>
To: moira-commits@MIT.EDU
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Author: zacheiss
Date: 2013-01-31 17:03:00 -0500 (Thu, 31 Jan 2013)
New Revision: 4095

Modified:
   trunk/moira/incremental/afs/afs.c
Log:
Sleep less long in the case of unknown errors.

Modified: trunk/moira/incremental/afs/afs.c
===================================================================
--- trunk/moira/incremental/afs/afs.c	2013-01-31 14:18:21 UTC (rev 4094)
+++ trunk/moira/incremental/afs/afs.c	2013-01-31 22:03:00 UTC (rev 4095)
@@ -738,7 +738,7 @@
       else if (code == PRPERM)
 	system("/usr/bin/aklog");
       else
-	sleep(15);
+	sleep(1);
 
       /* Re-initialize the prdb connection */
       code = pr_Initialize(0, AFSCONF_CLIENTNAME, 0);


home help back first fref pref prev next nref lref last post