Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
Change -> Attack checks now more often
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfacheSache committed Jul 14, 2023
1 parent 08509d6 commit bacc4ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ public void run() {
attackRunning[0] = true;
}
}
}, 1000 * 60 * 3, 1000 * 60 * 3);
}, 1000 * 3, 1000 * 3);
}

private void backendServerIPUpdater(){
Expand Down Expand Up @@ -220,7 +220,7 @@ public void run() {
backend.setIp(ip);
}
}
}, 1000, 1000*10);
}, 1000, 1000 * 10);
}

public JSONArray getNeoServerIPs() {
Expand Down

0 comments on commit bacc4ae

Please sign in to comment.