aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-17 19:18:52 +0000
commit7dfd634b17df4e1505c62f2224380a0d38da2e8d (patch)
treedc8846d3455b9aa73f242ab79328bc943749de2c /src/fs
parent775613176d9e33ccdc8bcd468cfb9aab288458c2 (diff)
downloadgnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.tar.gz
gnunet-7dfd634b17df4e1505c62f2224380a0d38da2e8d.zip
add units to time, use configuration time api where appropriate, fixing Mantis #1875
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.conf b/src/fs/fs.conf
index 7e3fecd7b..2f65859b4 100644
--- a/src/fs/fs.conf
+++ b/src/fs/fs.conf
@@ -26,7 +26,7 @@ MAX_PENDING_REQUESTS = 65536
26# Maximum frequency we're allowed to poll the datastore 26# Maximum frequency we're allowed to poll the datastore
27# for content for migration (can be used to reduce 27# for content for migration (can be used to reduce
28# GNUnet's disk-IO rate) 28# GNUnet's disk-IO rate)
29MIN_MIGRATION_DELAY = 100 29MIN_MIGRATION_DELAY = 100 ms
30EXPECTED_NEIGHBOUR_COUNT = 128 30EXPECTED_NEIGHBOUR_COUNT = 128
31 31
32 32