r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this, it was
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Aug 2005 16:58:52 +0000 (16:58 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:30:58 +0000 (13:30 -0500)
changed just for deugging)

source/lib/messaging/irpc.h

index 7398453612b3dede648d7cb6bb912a43c6c352e7..f0152159404110c86ead78a40eaa00e6f944764f 100644 (file)
@@ -29,7 +29,7 @@ struct irpc_message {
 };
 
 /* don't allow calls to take too long */
-#define IRPC_CALL_TIMEOUT 1000
+#define IRPC_CALL_TIMEOUT 10
 
 
 /* the server function type */