Skip to content

Commit 82fc1ba

Browse files
authored
Enable shared cache in Filter API (#1699)
* feat: enable shared cache for filter api Signed-off-by: Ivo Yankov <[email protected]> * fix: enable redis in acceptance tests Signed-off-by: Ivo Yankov <[email protected]> * chore: bump local node version Signed-off-by: Ivo Yankov <[email protected]> * chore: update lock file Signed-off-by: Ivo Yankov <[email protected]> --------- Signed-off-by: Ivo Yankov <[email protected]>
1 parent cf48856 commit 82fc1ba

File tree

12 files changed

+3890
-3085
lines changed

12 files changed

+3890
-3085
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ SERVER_PORT=7546
176176
E2E_RELAY_HOST=http://127.0.0.1:7546
177177
REDIS_ENABLED=true
178178
REDIS_URL=redis://127.0.0.1:6379
179-
REDIS_RECONNECT_DELAY=1000
179+
REDIS_RECONNECT_DELAY_MS=1000
180180
DEFAULT_RATE_LIMIT: 200
181181
TIER_1_RATE_LIMIT: 100
182182
TIER_2_RATE_LIMIT: 800

0 commit comments

Comments
 (0)