summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-02-23 19:28:19 +0100
committerJohann Latocha2012-02-23 19:28:19 +0100
commitf84b05519a15c650f667d7fef5967244ffbdaca6 (patch)
tree608f72b1ea903093dfb48e2f975605aba007b132 /src/config.h
parent[KERNEL] One more KP fixed (diff)
downloaddnbd3-f84b05519a15c650f667d7fef5967244ffbdaca6.tar.gz
dnbd3-f84b05519a15c650f667d7fef5967244ffbdaca6.tar.xz
dnbd3-f84b05519a15c650f667d7fef5967244ffbdaca6.zip
[KERNEL] Read ahead increased
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 594d7b5..58ca9fc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -36,6 +36,7 @@
#define KERNEL_SECTOR_SIZE 512
#define DNBD3_BLOCK_SIZE 4096
#define NUMBER_DEVICES 8
+#define DEFAULT_READ_AHEAD_KB 256
// misc
#define DEFAULT_SERVER_CONFIG_FILE "/etc/dnbd3-server.conf"