Skip to content

Commit fdeb40c

Browse files
committed
whoops
1 parent 3cd83d5 commit fdeb40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etleap/src/main/java/us/hxbc/etleap/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ public static void main(String[] args) throws MalformedURLException {
1111
}
1212

1313
URL url = new URL(args[0]);
14-
new UpdateService(url).start(5 * 60 * 1024);
14+
new UpdateService(url).start(5 * 60 * 1000);
1515
}
1616
}

0 commit comments

Comments
 (0)