mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +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 commit is contained in:
parent
17689ca740
commit
a7c260e61f
@ -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…
Reference in New Issue
Block a user