ats_ril: - removed some redundantly saved plugin environment attributes
[oweals/gnunet.git] / src / fs / fs.conf.in
index 52bb52f5a1fa2941f7d2d1361d7cf406ed536e53..2375dc7ec24b364704f15dac55f4c2a7cb31fc9a 100644 (file)
@@ -47,8 +47,17 @@ MIN_MIGRATION_DELAY = 100 ms
 # For how many neighbouring peers should we allocate hash maps?
 EXPECTED_NEIGHBOUR_COUNT = 128
 
-# Enable monkey?
-PREFIX = @MONKEYPREFIX@
+# Disable anonymous file-sharing (but keep non-anonymous transfers)?
+# This option is mostly for testing.
+DISABLE_ANON_TRANSFER = NO
+
+# Maximum number of non-anonymous transfers this peer will support
+# at the same time.  Excessive values mostly have the problem that
+# the service might use more memory, so we need to bound this at
+# some reasonable level.  And if we have a very, very large
+# number, we probably won't have enough bandwidth to suppor them
+# well anyway, so better have a moderate cap.
+MAX_MESH_CLIENTS = 128
 
 
 [gnunet-auto-share]