From 6a3f5269d5c323bff68f09e5d630312bf816bc98 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 31 Dec 1998 01:40:49 +0000 Subject: WHATSNEW.txt: Updated for beta5. source/include/local.h: Changed select look timeouts to 60 seconds (120 to scan smb.conf file). source/include/version.h: Updated to beta5. Jeremy. --- WHATSNEW.txt | 2 +- source/include/local.h | 4 ++-- source/include/version.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8c6e9ee8662..462e875db7a 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,4 +1,4 @@ - WHATS NEW IN Samba 2.0.0 beta4 + WHATS NEW IN Samba 2.0.0 beta5 ============================== This is a MAJOR new release of Samba, the UNIX based SMB/CIFS file diff --git a/source/include/local.h b/source/include/local.h index e6e2fd4badb..3261da1cdc3 100644 --- a/source/include/local.h +++ b/source/include/local.h @@ -121,10 +121,10 @@ /* the following control timings of various actions. Don't change them unless you know what you are doing. These are all in seconds */ #define DEFAULT_SMBD_TIMEOUT (60*60*24*7) -#define SMBD_RELOAD_CHECK (60) +#define SMBD_RELOAD_CHECK (120) #define IDLE_CLOSED_TIMEOUT (60) #define DPTR_IDLE_TIMEOUT (120) -#define SMBD_SELECT_LOOP (10) +#define SMBD_SELECT_LOOP (60) #define NMBD_SELECT_LOOP (10) #define BROWSE_INTERVAL (60) #define REGISTRATION_INTERVAL (10*60) diff --git a/source/include/version.h b/source/include/version.h index 38ebce3ac48..d0812a96a65 100644 --- a/source/include/version.h +++ b/source/include/version.h @@ -1 +1 @@ -#define VERSION "2.0.0beta4" +#define VERSION "2.0.0beta5" -- cgit