Skip to content

Commit

Permalink
fix: update failing snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Oct 18, 2023
1 parent 39aa300 commit f8fba50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/lib/__snapshots__/create-config.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,10 @@ exports[`should create default config 1`] = `
"port": 4242,
},
"metricsRateLimiting": {
"clientMetricsMax": 6000,
"clientRegisterMax": 6000,
"frontendMetricsMax": 6000,
"frontendRegisterMax": 6000,
"clientMetricsMaxPerMinute": 6000,
"clientRegisterMaxPerMinute": 6000,
"frontendMetricsMaxPerMinute": 6000,
"frontendRegisterMaxPerMinute": 6000,
},
"preHook": undefined,
"preRouterHook": undefined,
Expand Down

0 comments on commit f8fba50

Please sign in to comment.