summaryrefslogtreecommitdiffstats
path: root/source/include/local.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-10-27 13:38:07 +0000
committerAndrew Tridgell <tridge@samba.org>1997-10-27 13:38:07 +0000
commit0f15558efb26b7215540a588dfe8733e9346d407 (patch)
tree441fa3ec1aaf58f7e8a4e184243745ac749110d4 /source/include/local.h
parented71534df56d0296280dbde1859597fb42002088 (diff)
downloadsamba-0f15558efb26b7215540a588dfe8733e9346d407.tar.gz
samba-0f15558efb26b7215540a588dfe8733e9346d407.tar.xz
samba-0f15558efb26b7215540a588dfe8733e9346d407.zip
also disable read prediction in 1.9.18
Diffstat (limited to 'source/include/local.h')
-rw-r--r--source/include/local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/local.h b/source/include/local.h
index a218dd8fc67..c1f1de2132b 100644
--- a/source/include/local.h
+++ b/source/include/local.h
@@ -160,4 +160,9 @@
#define OPLOCK_BREAK_TIMEOUT 30
+
+/* the read preciction code has been disabled until some problems with
+ it are worked out */
+#define USE_READ_PREDICTION 0
+
#endif