You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to block only after 15 requests, but update the counter value up to 15 in the storage.
It's not the same as inMemoryBlockOnConsumed and inMemoryBlockDuration.
This is necessary when more than one service instance is used. Then the block duration could be taken from the storage and immediately switched to working in memory after the first request.
The text was updated successfully, but these errors were encountered:
What I want to have:
I want to block only after 15 requests, but update the counter value up to 15 in the storage.
It's not the same as
inMemoryBlockOnConsumed
andinMemoryBlockDuration
.This is necessary when more than one service instance is used. Then the block duration could be taken from the storage and immediately switched to working in memory after the first request.
The text was updated successfully, but these errors were encountered: