summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorJohann Latocha2012-05-11 03:54:06 +0200
committerJohann Latocha2012-05-11 03:54:06 +0200
commitd59f38328be1e0db32122c28dbc0a93b2b10de92 (patch)
tree5f4a494254ef493daf977a0c16079f576368632d /src/config.h
parent[KERNEL] New RTT thres. (diff)
downloaddnbd3-d59f38328be1e0db32122c28dbc0a93b2b10de92.tar.gz
dnbd3-d59f38328be1e0db32122c28dbc0a93b2b10de92.tar.xz
dnbd3-d59f38328be1e0db32122c28dbc0a93b2b10de92.zip
[KERNEL] RTT bug fixed
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index fbfa75d..b74ceab 100644
--- a/src/config.h
+++ b/src/config.h
@@ -31,7 +31,7 @@
#define TIMER_INTERVAL_HEARTBEAT 10*HZ
#define TIMER_INTERVAL_PANIC 1*HZ
#define NUMBER_SERVERS 8
-#define RTT_THRESHOLD 500
+#define RTT_THRESHOLD 1000
// block device
#define KERNEL_SECTOR_SIZE 512