RedMadRobot / catbird

Mock server for UI tests
MIT License
50 stars 10 forks source link

Max body size #23

Closed Alexander-Ignition closed 4 years ago

Alexander-Ignition commented 4 years ago

Fix 413 Payload Too Large errors in tests

// Increases the streaming body collection limit to 500kb
app.routes.defaultMaxBodySize = "500kb"

https://docs.vapor.codes/4.0/routing/