Skip to content

Commit

Permalink
[dataproxy][xs]: bump size limit to 3mb.
Browse files Browse the repository at this point in the history
  • Loading branch information
rufuspollock committed Mar 16, 2011
1 parent fdffc61 commit 4b71311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataproxy/dataproxy.py
Expand Up @@ -2,7 +2,7 @@
import os
from app import JsonpDataProxy

application = JsonpDataProxy(100000)
application = JsonpDataProxy(3000000)

def main():
run_wsgi_app(application)
Expand Down

0 comments on commit 4b71311

Please sign in to comment.