We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91005f6 + de5a03c commit bd44c8dCopy full SHA for bd44c8d
src/main/java/qiniu/ip17mon/Locator.java
@@ -109,7 +109,7 @@ public static Locator loadFromNet(String netPath) throws IOException {
109
}
110
111
int length = httpConn.getContentLength();
112
- if (length <= 0 || length > 10 * 1024 * 1024) {
+ if (length <= 0 || length > 20 * 1024 * 1024) {
113
throw new InputMismatchException("invalid ip data");
114
115
InputStream is = httpConn.getInputStream();
0 commit comments