diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-16 07:23:51 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-16 07:23:51 +0000 |
commit | c4855a8e028914281f179bd3bce8fc7cb249eaf7 (patch) | |
tree | dde9dd6c75be27a9c8309b8a80f003484d230b26 /source3/include | |
parent | 7a418233e27a21d0177fbc7ac657e9fdf74a0a4a (diff) | |
download | samba-c4855a8e028914281f179bd3bce8fc7cb249eaf7.tar.gz samba-c4855a8e028914281f179bd3bce8fc7cb249eaf7.tar.bz2 samba-c4855a8e028914281f179bd3bce8fc7cb249eaf7.zip |
changed the default "keepalive" value to 300 seconds.
This is more important now that oplocks are being used.
(This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index 22862a9a1f..d9e12e506b 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -159,6 +159,8 @@ #define LONG_CONNECT_TIMEOUT 30 #define SHORT_CONNECT_TIMEOUT 5 +/* the default netbios keepalive timeout */ +#define DEFAULT_KEEPALIVE 300 /* the directory to sit in when idle */ /* #define IDLE_DIR "/" */ |