mirror of
https://github.com/samba-team/samba.git
synced 2025-07-30 19:42:05 +03:00
changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
(This used to be commit 7bccd2c360
)
This commit is contained in:
@ -89,7 +89,7 @@ extern pstring myname;
|
||||
#define LP_SNUM_OK(iService) (((iService) >= 0) && ((iService) < iNumServices) && iSERVICE(iService).valid)
|
||||
#define VALID(i) iSERVICE(i).valid
|
||||
|
||||
int keepalive=0;
|
||||
int keepalive=DEFAULT_KEEPALIVE;
|
||||
extern BOOL use_getwd_cache;
|
||||
|
||||
extern int extra_time_offset;
|
||||
|
Reference in New Issue
Block a user