Skip to content

Commit

Permalink
Increasing API file size limit from 1MB to 33MB. This allows larger e…
Browse files Browse the repository at this point in the history
…xternal files to be downloaded using UrlFetch
  • Loading branch information
caseyoneill committed Jan 12, 2016
1 parent d7fc2dc commit dcc74a6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ class ApiProxyLocalImpl implements ApiProxyLocal {
/**
* The maximum size of any given API request.
*/
private static final int MAX_API_REQUEST_SIZE = 1048576;
private static final int MAX_API_REQUEST_SIZE = 33554432;

private static final Logger logger = Logger.getLogger(ApiProxyLocalImpl.class.getName());

Expand Down

0 comments on commit dcc74a6

Please sign in to comment.