diff options
author | David Goulet <dgoulet@torproject.org> | 2017-09-22 11:33:50 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-09-25 11:11:30 -0400 |
commit | ef2a449cceceb777126119d20c15cda707c17d61 (patch) | |
tree | 149e76c9a0d6b0a2637c79a6014d00b4bc3eadf5 /changes | |
parent | 230a33679814f3074c0ba43e42dc7b38b5342c10 (diff) | |
download | tor-ef2a449cceceb777126119d20c15cda707c17d61.tar.gz tor-ef2a449cceceb777126119d20c15cda707c17d61.zip |
sched: Make KISTSchedRunInterval non negative
Fixes #23539.
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug23539 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug23539 b/changes/bug23539 new file mode 100644 index 0000000000..b3f6d3b45c --- /dev/null +++ b/changes/bug23539 @@ -0,0 +1,4 @@ + o Minor bugfixes (scheduler, KIST): + - Make the KISTSchedRunInterval option a non negative value. With this, + the way to disable KIST through the consensus is to set it to 0. + Fixes bug 23539; bugfix on 0.3.2.1-alpha. |