From 148c2410af4dd084009a5625d0687987dc85dc42 Mon Sep 17 00:00:00 2001 From: Mike Perry Date: Wed, 31 Jan 2018 16:27:50 +0000 Subject: Bug 24769: Reduce and parameterize the cbt learning idle timeout. This is only half of the changes needed. We should also parameterize the number of concurrent cbt learning circuits in needs_circuits_for_build(). --- changes/bug24769 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/bug24769 (limited to 'changes/bug24769') diff --git a/changes/bug24769 b/changes/bug24769 new file mode 100644 index 0000000000..5aee8daa21 --- /dev/null +++ b/changes/bug24769 @@ -0,0 +1,7 @@ + o Minor bugfixes (performance): + - Reduce the number of circuits that can be opened at once during the + circuit build timeout phase. This is done by increasing the idle timeout + to 3 minutes, and lowering the maximum number of concurrent learning + circuits to 10. Fixes Bug 24769; bugfix on 0.3.1.1-alpha. + + -- cgit v1.2.3-54-g00ecf