aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs.h')
-rw-r--r--src/fs/fs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs.h b/src/fs/fs.h
index a7ae457d5..b3bf24e2a 100644
--- a/src/fs/fs.h
+++ b/src/fs/fs.h
@@ -157,7 +157,7 @@
157/** 157/**
158 * Bandwidth value of an (effectively) 0-priority query. 158 * Bandwidth value of an (effectively) 0-priority query.
159 */ 159 */
160#define QUERY_BANDWIDTH_VALUE 0.001 160#define QUERY_BANDWIDTH_VALUE 1
161 161
162/** 162/**
163 * Bandwidth value of a 0-priority content (must be 163 * Bandwidth value of a 0-priority content (must be
@@ -166,7 +166,7 @@
166 * since it can take many queries to get one piece of 166 * since it can take many queries to get one piece of
167 * content). 167 * content).
168 */ 168 */
169#define CONTENT_BANDWIDTH_VALUE 0.8 169#define CONTENT_BANDWIDTH_VALUE 800
170 170
171/** 171/**
172 * By which amount do we decrement the TTL for simple forwarding / 172 * By which amount do we decrement the TTL for simple forwarding /