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:
parent
39aa300c05
commit
f8fba501ae
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user