Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class ThrottlingCache {

static final int MAX_THROTTLING_TIME_SEC = 3600;
static int DEFAULT_THROTTLING_TIME_SEC = 120;
static int DEFAULT_THROTTLING_TIME_SEC = 5;
static final int CACHE_SIZE_LIMIT_TO_TRIGGER_EXPIRED_ENTITIES_REMOVAL = 100;

// request hash to expiration timestamp
Expand Down