Skip to content

Commit

Permalink
Tighten blockinteract.speed limit to 60.
Browse files Browse the repository at this point in the history
  • Loading branch information
asofold committed Feb 17, 2013
1 parent cd2cb78 commit 1effa80
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -126,7 +126,7 @@ public DefaultConfig() {

set(ConfPaths.BLOCKINTERACT_SPEED_CHECK, true);
set(ConfPaths.BLOCKINTERACT_SPEED_INTERVAL, 2000);
set(ConfPaths.BLOCKINTERACT_SPEED_LIMIT, 82);
set(ConfPaths.BLOCKINTERACT_SPEED_LIMIT, 60);
set(ConfPaths.BLOCKINTERACT_SPEED_ACTIONS, "cancel vl>200 log:bspeed:0:2:if cancel vl>1000 cancel log:bspeed:0:2:icf cmd:kickbspeed");

set(ConfPaths.BLOCKINTERACT_VISIBLE_CHECK, true);
Expand Down

0 comments on commit 1effa80

Please sign in to comment.