diff --git a/.changelog/15097.txt b/.changelog/15097.txt index d505f83fe42..15a495d9aa5 100644 --- a/.changelog/15097.txt +++ b/.changelog/15097.txt @@ -1,3 +1,3 @@ ```release-note:breaking-change -core: Ensure no leakage of evaluations for batch jobs. Prior to this change allocations and evaluations for batch jobs were never garbage collected until the batch job was explicitly stopped. The new `batch_eval_gc_threshold` client configuration controls how often they are collected. The default threshold is `24h`. +core: Ensure no leakage of evaluations for batch jobs. Prior to this change allocations and evaluations for batch jobs were never garbage collected until the batch job was explicitly stopped. The new `batch_eval_gc_threshold` server configuration controls how often they are collected. The default threshold is `24h`. ```