chairemobilite / transition

Transition is a modern new approach to transit planning. It's a web application to model, simulate and plan public transit and alternative transportation.
http://transition.city
MIT License
20 stars 13 forks source link

socket: Set the `maxHttpBufferSize` when initializing socket #992

Closed tahini closed 6 days ago

tahini commented 6 days ago

fixes #991

The latest socket.io upgrade set the upload size default to 1MB. We set it back to 100MB since Transition users often have to upload large files for calculations.