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 fc96cb6 commit 2a47205Copy full SHA for 2a47205
1 file changed
src/main/java/net/olympiccode/vhackos/api/requests/Requester.java
@@ -49,7 +49,7 @@ public OkHttpClient getHttpClient() {
49
public Response getResponse(Route.CompiledRoute route) {
50
if (lastRequest >= System.currentTimeMillis() - 1000) {
51
try {
52
- Thread.sleep(100);
+ Thread.sleep(200);
53
} catch (InterruptedException e) {
54
e.printStackTrace();
55
}
0 commit comments