diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25760 | 5 | ||||
-rw-r--r-- | changes/ticket25766 | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/changes/ticket25760 b/changes/ticket25760 new file mode 100644 index 0000000000..504fd60de6 --- /dev/null +++ b/changes/ticket25760 @@ -0,0 +1,5 @@ + o Removed features: + - The TestingEnableTbEmptyEvent option has been removed. It was used + in testing simulations to measure how often connection buckets were + emptied, in order to improve our scheduling, but it has not + been actively used in years. Closes ticket 25760. diff --git a/changes/ticket25766 b/changes/ticket25766 new file mode 100644 index 0000000000..6382b6215e --- /dev/null +++ b/changes/ticket25766 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Refactor token-bucket implementations to use a common backend. + Closes ticket 25766. |