We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1de90f9 commit 3a02c5bCopy full SHA for 3a02c5b
content/src/ports/deployRateLimiterComponent.ts
@@ -193,8 +193,8 @@ function getCacheConfigPerEntityMap(
193
[
194
EntityType.PROFILE,
195
{
196
- max: entitiesConfigMax.get(EntityType.PROFILE) ?? 300,
197
- ttl: toSeconds(entitiesConfigTtl.get(EntityType.PROFILE) ?? ms('15s'))
+ max: entitiesConfigMax.get(EntityType.PROFILE) ?? 500,
+ ttl: toSeconds(entitiesConfigTtl.get(EntityType.PROFILE) ?? ms('3s'))
198
}
199
],
200
0 commit comments