1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-01 04:58:35 +03:00

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)
This commit is contained in:
Andrew Tridgell 2005-08-02 16:58:52 +00:00 committed by Gerald (Jerry) Carter
parent cc5f9350b1
commit 08b2b7e3e1

View 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 */