Skip to content

Commit f1f60ba

Browse files
committed
Update traffic shaping configuration for VRL expressions
Removed `pool_idle_timeout_seconds` from `traffic_shaping` and replaced it with `pool_idle_timeout` using duration format.
1 parent 1631140 commit f1f60ba

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed
Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
---
2-
default: patch
2+
default: minor
33
---
44

5-
# Shared utilities to handle VRL expressions
5+
# Breaking
66

7-
#540 by @ardatan
7+
Removed `pool_idle_timeout_seconds` from `traffic_shaping`, instead use `pool_idle_timeout` with duration format.
88

9+
```diff
10+
traffic_shaping:
11+
- pool_idle_timeout_seconds: 30
12+
+ pool_idle_timeout: 30s
13+
```
914

15+
#540 by @ardatan

0 commit comments

Comments
 (0)