From 08a1b4d6b160e0ebed379e66927114498e66122a Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 12 Mar 2021 08:40:26 -0500 Subject: Add a DormantTimeoutEnabled to disable dormant mode entirely (If you need to do this in an older version you can just set DormantClientTimeout to something huge.) Closes #40228. --- changes/ticket40228 | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changes/ticket40228 (limited to 'changes') diff --git a/changes/ticket40228 b/changes/ticket40228 new file mode 100644 index 0000000000..297204decd --- /dev/null +++ b/changes/ticket40228 @@ -0,0 +1,4 @@ + o Minor features (dormant mode): + - Add a new 'DormantTimeoutEnabled' option to allow coarse-grained + control over whether the client ever becomes dormant from inactivity. + Most people won't need this. Closes ticket 40228. -- cgit v1.2.3-54-g00ecf