1
0
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:
Andrew Tridgell
1998-03-16 07:23:51 +00:00
parent 7a418233e2
commit c4855a8e02
3 changed files with 4 additions and 7 deletions

View File

@ -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;