diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-08-02 16:58:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:58 -0500 |
commit | 08b2b7e3e1557ec7b0ddca09695844b7839a7ddf (patch) | |
tree | f41df3f0f6c1d51779202945e61c16655189f7a6 | |
parent | cc5f9350b1ff8551f2cae140a76cd321979802b1 (diff) | |
download | samba-08b2b7e3e1557ec7b0ddca09695844b7839a7ddf.tar.gz samba-08b2b7e3e1557ec7b0ddca09695844b7839a7ddf.tar.bz2 samba-08b2b7e3e1557ec7b0ddca09695844b7839a7ddf.zip |
r8923: put the IRPC default timeout back to 10s (I didn't mean to commit this, it was
changed just for deugging)
(This used to be commit a7c260e61feec210bcb5cad0f8f759544dc9dd1e)
-rw-r--r-- | source4/lib/messaging/irpc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/messaging/irpc.h b/source4/lib/messaging/irpc.h index 7398453612..f015215940 100644 --- a/source4/lib/messaging/irpc.h +++ b/source4/lib/messaging/irpc.h @@ -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 */ |