summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
authorSamba Release Account <samba-bugs@samba.org>1997-07-14 19:45:34 +0000
committerSamba Release Account <samba-bugs@samba.org>1997-07-14 19:45:34 +0000
commitb47121624c8824d3e1d8992cb950ebad52ba5c58 (patch)
tree383fae1f174b93731971af4fdd553b21a9cdc5df /source/include/local.h
parent9fda8a6fefd66a1c9f239e0dd41888af3555a22b (diff)
downloadsamba-b47121624c8824d3e1d8992cb950ebad52ba5c58.tar.gz
samba-b47121624c8824d3e1d8992cb950ebad52ba5c58.tar.xz
samba-b47121624c8824d3e1d8992cb950ebad52ba5c58.zip
local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECK
from 10 to 60. server.c: Removed unused code (was If 0'ed out). trans2.c: Backed out Luke's ctime->mtime change. I don't think it is correct. Left the other fixes, though. util.c: Changed veto/hide files separator back to '/'. Jeremy (jallison@whistle.com)
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/include/local.h b/source/include/local.h
index 01eac556525..fc589d7ac0d 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -114,9 +114,7 @@
/* 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 (10)
-#define SHARE_MODES_CHECK (10)
-#define SHARE_MODES_CLEAN (300)
+#define SMBD_RELOAD_CHECK (60)
#define IDLE_CLOSED_TIMEOUT (60)
#define DPTR_IDLE_TIMEOUT (120)
#define SMBD_SELECT_LOOP (10)