commit cc4b1a801a8e5434e429c8f49781917891bf9510 Author: Damian Johnson atagar@torproject.org Date: Wed Jul 13 00:47:09 2011 -0700
fix: instructions for root tor setup truncated
The default configuration had a limit that cropped part of the root tor setup instructions. --- armrc.sample | 2 +- src/cli/logPanel.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/armrc.sample b/armrc.sample index 0a7b0e1..1edd024 100644 --- a/armrc.sample +++ b/armrc.sample @@ -90,7 +90,7 @@ features.allowDetachedStartup true features.log.showDateDividers true features.log.showDuplicateEntries false features.log.entryDuration 7 -features.log.maxLinesPerEntry 4 +features.log.maxLinesPerEntry 6 features.log.prepopulate true features.log.prepopulateReadLimit 5000 features.log.maxRefreshRate 300 diff --git a/src/cli/logPanel.py b/src/cli/logPanel.py index 6da0901..2e0d038 100644 --- a/src/cli/logPanel.py +++ b/src/cli/logPanel.py @@ -44,7 +44,7 @@ DEFAULT_CONFIG = {"features.logFile": "", "features.log.showDateDividers": True, "features.log.showDuplicateEntries": False, "features.log.entryDuration": 7, - "features.log.maxLinesPerEntry": 4, + "features.log.maxLinesPerEntry": 6, "features.log.prepopulate": True, "features.log.prepopulateReadLimit": 5000, "features.log.maxRefreshRate": 300,
tor-commits@lists.torproject.org