aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-27 14:08:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-27 14:08:36 +0000
commit816b7a1abcc0a5e6665273958101e3c95447e56b (patch)
treeaef8087e58080c229ea65b45856dfffa023f3523 /src/fs/gnunet-service-fs.h
parent0c3d376ccca792725f0e080dc9a16fbd56e682b0 (diff)
downloadgnunet-816b7a1abcc0a5e6665273958101e3c95447e56b.tar.gz
gnunet-816b7a1abcc0a5e6665273958101e3c95447e56b.zip
stuff
Diffstat (limited to 'src/fs/gnunet-service-fs.h')
-rw-r--r--src/fs/gnunet-service-fs.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs.h b/src/fs/gnunet-service-fs.h
index c4a3d4bb9..9e8c06d16 100644
--- a/src/fs/gnunet-service-fs.h
+++ b/src/fs/gnunet-service-fs.h
@@ -56,6 +56,14 @@
56#define SUPPORT_DELAYS GNUNET_NO 56#define SUPPORT_DELAYS GNUNET_NO
57 57
58 58
59/**
60 * At what frequency should our datastore load decrease
61 * automatically (since if we don't use it, clearly the
62 * load must be going down).
63 */
64#define DATASTORE_LOAD_AUTODECLINE GNUNET_TIME_relative_multiply (GNUNET_TIME_UNIT_MILLISECONDS, 250)
65
66
59 67
60/** 68/**
61 * A connected peer. 69 * A connected peer.