diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-18 13:49:30 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-18 13:49:30 -0500 |
commit | 79e12da86199fbfcf44aa7e569ea2d938156108b (patch) | |
tree | 9619ebecd7744308f904df9252b37d2db8f538bf /changes | |
parent | dcf8cddab25e5b189eaebf473423c2b31acb4525 (diff) | |
parent | fb68f507618ab5479471384cc4a1fa8b4bfa99fe (diff) | |
download | tor-79e12da86199fbfcf44aa7e569ea2d938156108b.tar.gz tor-79e12da86199fbfcf44aa7e569ea2d938156108b.zip |
Merge remote-tracking branch 'public/bug12485'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug12485 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug12485 b/changes/bug12485 new file mode 100644 index 0000000000..53ce33ef7b --- /dev/null +++ b/changes/bug12485 @@ -0,0 +1,4 @@ + o Minor features (Guard nodes): + - Reduce the time delay before saving guard status to disk from 10 + minute to 30 seconds (or from one hour to 10 minutes if + AvoidDiskWrites is set). Closes ticket 12485. |