diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-04-07 09:27:22 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-04-07 12:29:31 +0200 |
commit | 206e7eeb6fb5491155ac4b54e13b7b81ae6c29a0 (patch) | |
tree | 6eda07fd706cd8bbb3f7fd13d7f777d400d2ace5 /source3/include | |
parent | 19f49de92e176495f3e0640502d4a330eacbf59e (diff) | |
download | samba-206e7eeb6fb5491155ac4b54e13b7b81ae6c29a0.tar.gz samba-206e7eeb6fb5491155ac4b54e13b7b81ae6c29a0.tar.bz2 samba-206e7eeb6fb5491155ac4b54e13b7b81ae6c29a0.zip |
smbd: make it possible to change the write time delay for testing
metze
(This used to be commit df8c100c2b53575a0d425a2daf52e2d59904746a)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h index 6d32f4fe6e..c125ded371 100644 --- a/source3/include/local.h +++ b/source3/include/local.h @@ -233,6 +233,9 @@ /* Number of microseconds to wait before a sharing violation. */ #define SHARING_VIOLATION_USEC_WAIT 950000 +/* Number of microseconds to wait before a updating the write time (2 secs). */ +#define WRITE_TIME_UPDATE_USEC_DELAY 2000000 + #define MAX_LDAP_REPLICATION_SLEEP_TIME 5000 /* In milliseconds. */ /* tdb hash size for the open database. */ |