Skip to content

Commit 097d452

Browse files
authored
Increate rate limit to 75 RPS for vscode endoints (#5899)
1 parent cafa873 commit 097d452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configuration/application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ bucket4j:
134134
rate-limits:
135135
- cache-key: '(getHeader("X-Forwarded-For")?: getRemoteAddr()).split(",")[0].trim()'
136136
bandwidths:
137-
- capacity: 15
137+
- capacity: 75
138138
time: 1
139139
unit: seconds
140140
- cache-name: buckets
@@ -214,4 +214,4 @@ ovsx:
214214
ttl: P3D
215215
foregroundHttpConnPool:
216216
maxTotal: 50
217-
defaultMaxPerRoute: 50
217+
defaultMaxPerRoute: 50

0 commit comments

Comments
 (0)