diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-04 20:10:53 -0500 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2015-01-10 22:34:28 +1100 |
commit | e136606fe8325140f26dda26d2f634961aae5448 (patch) | |
tree | 8a92b8ea962a99d4ed824ea51afaa706fd6ad10f /changes | |
parent | 33df3e37ffecfed309a1a0f210a96620c0ebb837 (diff) | |
download | tor-e136606fe8325140f26dda26d2f634961aae5448.tar.gz tor-e136606fe8325140f26dda26d2f634961aae5448.zip |
Smaller RendPostPeriod on test networks
This patch makes the minimum 5 seconds, and the default 2 minutes.
Closes 13401.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13401 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug13401 b/changes/bug13401 new file mode 100644 index 0000000000..44be0851dd --- /dev/null +++ b/changes/bug13401 @@ -0,0 +1,4 @@ + o Minor features (testing networks): + - Drop the minimum RendPostPeriod on a testing network to 5 seconds, + and the default to 2 minutes. Closes ticket 13401. + |