diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index 01eac55652..fc589d7ac0 100644 --- a/source3/include/local.h +++ b/source3/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) |