SafeSlingerProject / SafeSlinger-AppEngine

Source code for App Engine platform server SafeSlinger
MIT License
9 stars 4 forks source link

add quota check for response size #7

Open mwfarb opened 10 years ago

mwfarb commented 10 years ago

We can make the response size more efficient for users when the number of returned data elements is close to the response size quota, and return only those elements that fit, allowing clients to more gracefully request only missing elements.