We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbba227 commit 0418725Copy full SHA for 0418725
src/main/java/com/thevoidblock/syncac/SyncacConfig.java
@@ -9,11 +9,11 @@ public class SyncacConfig implements ConfigData {
9
public String TPS_FINDER_REGEX = "TPS: (?<tps>[0-9]+[\\.,][0-9]) MSPT: (?<mspt>[0-9]+[\\.,][0-9])";
10
11
public Boolean ATTACK_ENABLED = false;
12
- public Integer ATTACK_INTERVAL = 20;
+ public Integer ATTACK_INTERVAL = 10;
13
public Boolean ATTACK_SYNC_ENABLED = true ;
14
15
public Boolean USE_ENABLED = false;
16
- public Integer USE_INTERVAL = 20;
+ public Integer USE_INTERVAL = 10;
17
public Boolean USE_SYNC_ENABLED = true;
18
public Boolean USE_HOLD_ENABLED = false;
19
}
0 commit comments