summaryrefslogtreecommitdiff
path: root/source3/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
commit464dc5433641566abeeabd07f46ab569c986a3b0 (patch)
treeadd1de1cdf35972ff9a89f6c107aa03ff8670326 /source3/include/local.h
parent8047228db4d3545da13d87d7b370a38ed0b4c4bb (diff)
downloadsamba-464dc5433641566abeeabd07f46ab569c986a3b0.tar.gz
samba-464dc5433641566abeeabd07f46ab569c986a3b0.tar.bz2
samba-464dc5433641566abeeabd07f46ab569c986a3b0.zip
also disable read prediction in 1.9.18
(This used to be commit 0f15558efb26b7215540a588dfe8733e9346d407)
Diffstat (limited to 'source3/include/local.h')
-rw-r--r--source3/include/local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/local.h b/source3/include/local.h
index a218dd8fc6..c1f1de2132 100644
--- a/source3/include/local.h
+++ b/source3/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