Welfenlab / tutor-server

Node Server for Tutor Online Platform
MIT License
0 stars 0 forks source link

Body parser limit is too small #1

Open leMaik opened 9 years ago

leMaik commented 9 years ago

When the tutor draw's a lot (actually not that much), the request entity is too large and the correction can't be saved. See http://stackoverflow.com/a/19965089

LittleHelicase commented 9 years ago

I change the setting in the server.. We should test it before closing this issue.

fasib commented 8 years ago

Is this still a problem?

LittleHelicase commented 8 years ago

We can test it when we have the corrector up and running. I think the problem appeared there with all the drawings on the PDF.

leMaik commented 8 years ago

Exactly, because the drawings are a pretty big JSON object.