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.
1 parent 3cd83d5 commit fdeb40cCopy full SHA for fdeb40c
etleap/src/main/java/us/hxbc/etleap/Main.java
@@ -11,6 +11,6 @@ public static void main(String[] args) throws MalformedURLException {
11
}
12
13
URL url = new URL(args[0]);
14
- new UpdateService(url).start(5 * 60 * 1024);
+ new UpdateService(url).start(5 * 60 * 1000);
15
16
0 commit comments