summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--WHATSNEW.txt2
-rw-r--r--source/include/local.h4
-rw-r--r--source/include/version.h2
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"