svn commit: samba r8923 - in branches/SAMBA_4_0/source/lib/messaging: .

tridge at samba.org tridge at samba.org
Tue Aug 2 16:58:52 GMT 2005


Author: tridge
Date: 2005-08-02 16:58:52 +0000 (Tue, 02 Aug 2005)
New Revision: 8923

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=8923

Log:
put the IRPC default timeout back to 10s (I didn't mean to commit this, it was
changed just for deugging)








Modified:
   branches/SAMBA_4_0/source/lib/messaging/irpc.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/messaging/irpc.h
===================================================================
--- branches/SAMBA_4_0/source/lib/messaging/irpc.h	2005-08-02 16:49:19 UTC (rev 8922)
+++ branches/SAMBA_4_0/source/lib/messaging/irpc.h	2005-08-02 16:58:52 UTC (rev 8923)
@@ -29,7 +29,7 @@
 };
 
 /* don't allow calls to take too long */
-#define IRPC_CALL_TIMEOUT 1000
+#define IRPC_CALL_TIMEOUT 10
 
 
 /* the server function type */



More information about the samba-cvs mailing list