mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-07 13:08:03 +02:00
bump default rate limit
This commit is contained in:
@@ -266,13 +266,13 @@ export const configSchema = z
|
|||||||
.positive()
|
.positive()
|
||||||
.gt(0)
|
.gt(0)
|
||||||
.optional()
|
.optional()
|
||||||
.default(10),
|
.default(30),
|
||||||
burst: z
|
burst: z
|
||||||
.number()
|
.number()
|
||||||
.positive()
|
.positive()
|
||||||
.gt(0)
|
.gt(0)
|
||||||
.optional()
|
.optional()
|
||||||
.default(16)
|
.default(50)
|
||||||
})
|
})
|
||||||
.optional()
|
.optional()
|
||||||
.prefault({})
|
.prefault({})
|
||||||
|
|||||||
Reference in New Issue
Block a user