Skip to content

Commit 12a1258

Browse files
authored
fix: remove under-pressure maxEventLoopUtilization check (#137)
1 parent 418aa29 commit 12a1258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const build = (opts: buildOpts = {}): FastifyInstance => {
5555
app.register(logTenantId)
5656
app.register(bucketRoutes, { prefix: 'bucket' })
5757
app.register(objectRoutes, { prefix: 'object' })
58-
app.register(underPressure, { exposeStatusRoute: true, maxEventLoopUtilization: 0.99 })
58+
app.register(underPressure, { exposeStatusRoute: true })
5959

6060
return app
6161
}

0 commit comments

Comments
 (0)