[tor-commits] [collector/master] Added path descriptions and updated existing comments. (task-18734)

karsten at torproject.org karsten at torproject.org
Thu Aug 11 08:44:43 UTC 2016


commit ac0fbe2f82bf78815d3dbfa6e055431fe1cade25
Author: iwakeh <iwakeh at torproject.org>
Date:   Tue Aug 9 20:16:15 2016 +0200

    Added path descriptions and updated existing comments. (task-18734)
---
 src/main/resources/collector.properties | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/collector.properties b/src/main/resources/collector.properties
index 4469052..ba07c01 100644
--- a/src/main/resources/collector.properties
+++ b/src/main/resources/collector.properties
@@ -45,11 +45,20 @@ UpdateindexOffsetMinutes = 0
 ## When the file was modified, all activated modules are informed and will
 ## use the new configuration in their next scheduled run.
 ######## General Properties ########
+# The URL of this instance.  This will be the base URL
+# written to index.json
 InstanceBaseUrl = "https://collector.torproject.org"
+# Obsolete value, this will be removed soon.
 LockFilePath = lock
+# The target location for index.json and its compressed
+# versions index.json.gz, index.json.bz2, and index.json.xz
 IndexPath = .
+# The top-level directory for archived descriptors.
 ArchivePath = archive
+# The top-level directory for the recent descriptors that were
+# published in the last 72 hours.
 RecentPath = recent
+# Some statistics are stored here.
 StatsPath = stats
 ######## Relay descriptors ########
 #
@@ -116,7 +125,7 @@ DownloadAllExtraInfoDescriptors = false
 ## Compress relay descriptors downloads by adding .z to the URLs
 CompressRelayDescriptorDownloads = false
 #
-## Relative path to directory to write directory archives to
+## Path to directory to write directory archives to
 DirectoryArchivesOutputDirectory = out/relay-descriptors/
 #
 #
@@ -134,19 +143,19 @@ ReplaceIpAddressesWithHashes = false
 ## of days, or inf for unlimited.
 BridgeDescriptorMappingsLimit = inf
 #
-## Relative path to directory to write sanitized bridges to
+## Path to directory to write sanitized bridges to
 SanitizedBridgesWriteDirectory = out/bridge-descriptors/
 
 ######## Exit lists ########
 #
 ##
 ExitlistOutputDirectory = out/exit-lists/
+## Where to download exit-lists from.
 ExitlistUrl = https://check.torproject.org/exit-addresses
 
 ######## Torperf downloader ########
 #
 ## Path to the directory to store Torperf files in.
-## A relative path starts with ./
 TorperfOutputDirectory = out/torperf/
 
 ## Torperf source names and base URLs





More information about the tor-commits mailing list