diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-01-17 14:14:33 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-01-17 14:14:33 +0000 |
commit | 480dc321e78214299ed9eb6718e833752a90082c (patch) | |
tree | ffbca4fd7dc5684af4409e5e1c406db7c52ff39c /contrib | |
parent | 71be1744ba1e2396d97af436d45b397ad9ba333b (diff) |
adding lifetime limits on migration content
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/defaults.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/defaults.conf b/contrib/defaults.conf index 9b083ac3b..621230c73 100644 --- a/contrib/defaults.conf +++ b/contrib/defaults.conf @@ -286,6 +286,9 @@ UNIXPATH = /tmp/gnunet-service-fs.sock # DISABLE_SOCKET_FORWARDING = NO # DEBUG = YES MAX_PENDING_REQUESTS = 65536 +# Maximum frequency we're allowed to poll the datastore +# for content for migration (can be used to reduce +# GNUnet's disk-IO rate) MIN_MIGRATION_DELAY = 1000 EXPECTED_NEIGHBOUR_COUNT = 128 |