Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
Fix MAX_IMAGE_SIZE
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Nov 13, 2015
1 parent f84ef01 commit 5af0ffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ public static Void doCreatePost(Call call) throws Exception {
}
}

private static final long MAX_IMAGE_SIZE = 2 * 1024 * 1024;
private static final long MAX_IMAGE_SIZE = 2000 * 1024;

/**
* @return null for not changed
Expand Down

0 comments on commit 5af0ffa

Please sign in to comment.