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:
parent
cc5f9350b1
commit
08b2b7e3e1
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user