Skip to content

Commit c776475

Browse files
committed
syntax
1 parent a91a23e commit c776475

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/configs/timeout_per_subgraph_dynamic.router.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ traffic_shaping:
1111
accounts:
1212
request_timeout:
1313
expression: |
14-
if (.request.headers["x-timeout"] == "short") {
14+
if (.request.headers."x-timeout" == "short") {
1515
"10s"
1616
} else {
17-
"15s"
17+
"20s"
1818
}

0 commit comments

Comments
 (0)