diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-07 10:39:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-07 10:39:44 -0500 |
commit | fb68f507618ab5479471384cc4a1fa8b4bfa99fe (patch) | |
tree | f737d6c11bc451a2dd63dfd31f2439316c3f8cb7 /changes/bug12485 | |
parent | da26bb646e4ae6c571dedc29e9b68837e9cb238f (diff) | |
download | tor-fb68f507618ab5479471384cc4a1fa8b4bfa99fe.tar.gz tor-fb68f507618ab5479471384cc4a1fa8b4bfa99fe.zip |
Lower the delay before saving guard status to disk
"Maybe this time should be reduced, since we are considering
guard-related changes as quite important? It would be a pity to
settle on a guard node, then close the Tor client fast and lose that
information."
Closes 12485.
Diffstat (limited to 'changes/bug12485')
-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. |