mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-01 12:26:08 +08:00
Increases maximum batch size (#100)
This commit is contained in:
parent
f833de916b
commit
bd472b9244
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ const segmentEventsRequest: JSONSchemaType<SegmentPostEventsRequest> = {
|
|||
],
|
||||
},
|
||||
minItems: 1,
|
||||
maxItems: 200,
|
||||
maxItems: 1000,
|
||||
} as any
|
||||
router.post('/segment', async ctx => {
|
||||
const events = validate(segmentEventsRequest, ctx.request.body)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue