zackyang000 / node-odata

A library for easily create OData REST API, abide by OData protocol.
http://zackyang000.github.io/node-odata/en/
MIT License
365 stars 65 forks source link

added options to set express limit #70

Closed cloudyafternoon closed 8 years ago

cloudyafternoon commented 8 years ago

In my project, I am re-using the express instance created by node-odata. For this to work, I needed the option to set the request size limit to enable the processing of larger requests.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.05%) to 82.819% when pulling 9fadcfc31445a42d800a229dde2ed05738659a88 on cloudyafternoon:master into 80003c8f52f19d0ef360c08defa9e67763efa7cd on TossShinHwa:master.

zackyang000 commented 8 years ago

Great job, thanks for PR.