Skip to content

Commit 8763bb8

Browse files
committed
Priority of 5 on rate-limiting will result in an early return negating backend selection. Deprioritizing to avoid it
1 parent 6a7861f commit 8763bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/Adminhtml/FastlyCdn/RateLimiting/ToggleRateLimiting.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function execute()
131131
'name' => Config::FASTLY_MAGENTO_MODULE . '_rate_limiting',
132132
'statement' => 'req.http.Rate-Limit',
133133
'type' => 'REQUEST',
134-
'priority' => 5
134+
'priority' => 150
135135
];
136136

137137
$createCondition = $this->api->createCondition($clone->number, $condition);

0 commit comments

Comments
 (0)