Skip to content
This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Commit 2a47205

Browse files
committed
Fixed 404 error problems
1 parent fc96cb6 commit 2a47205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/net/olympiccode/vhackos/api/requests/Requester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public OkHttpClient getHttpClient() {
4949
public Response getResponse(Route.CompiledRoute route) {
5050
if (lastRequest >= System.currentTimeMillis() - 1000) {
5151
try {
52-
Thread.sleep(100);
52+
Thread.sleep(200);
5353
} catch (InterruptedException e) {
5454
e.printStackTrace();
5555
}

0 commit comments

Comments
 (0)