From c4855a8e028914281f179bd3bce8fc7cb249eaf7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 16 Mar 1998 07:23:51 +0000 Subject: changed the default "keepalive" value to 300 seconds. This is more important now that oplocks are being used. (This used to be commit 7bccd2c360a270df227c140aeecb943d8d187855) --- source3/include/local.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') 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 "/" */ -- cgit