Change default stale-answer-client-timeout to off

Using "stale-answer-client-timeout" turns out to have unforeseen
negative consequences, and thus it is better to disable the feature
by default for the time being.
This commit is contained in:
Matthijs Mekking
2021-04-02 14:33:54 +02:00
parent e8313d91ea
commit e443279bbf
12 changed files with 26 additions and 21 deletions

View File

@@ -41,6 +41,10 @@ Feature Changes
9.17.2, but it was not included in the release notes at the time.
[GL #2607]
- The default value for the ``stale-answer-client-timeout`` option was
changed from ``1800`` (ms) to ``off``. The default value may be
changed again in future releases as this feature matures. [GL #2608]
Bug Fixes
~~~~~~~~~