1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: update failing snapshot

This commit is contained in:
Christopher Kolstad 2023-10-18 14:30:55 +02:00
parent 39aa300c05
commit f8fba501ae
No known key found for this signature in database
GPG Key ID: EA1D04EEB7E391BA

View File

@ -186,10 +186,10 @@ exports[`should create default config 1`] = `
"port": 4242, "port": 4242,
}, },
"metricsRateLimiting": { "metricsRateLimiting": {
"clientMetricsMax": 6000, "clientMetricsMaxPerMinute": 6000,
"clientRegisterMax": 6000, "clientRegisterMaxPerMinute": 6000,
"frontendMetricsMax": 6000, "frontendMetricsMaxPerMinute": 6000,
"frontendRegisterMax": 6000, "frontendRegisterMaxPerMinute": 6000,
}, },
"preHook": undefined, "preHook": undefined,
"preRouterHook": undefined, "preRouterHook": undefined,