This commit is contained in:
parent
f0df260901
commit
80cf194d84
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ import java.util.LinkedList;
|
|||
import java.util.Queue;
|
||||
|
||||
@ClientCategory
|
||||
@Description("Shows how many packets per second are being sent/received.")
|
||||
@Description("Shows how many packets per §lHALF§r second are being sent/received.")
|
||||
public class PacketCounter extends Feature {
|
||||
|
||||
long totUp = 0, totDown = 0;
|
||||
|
@ -84,7 +84,7 @@ public class PacketCounter extends Feature {
|
|||
}
|
||||
|
||||
public boolean passed() {
|
||||
return (System.currentTimeMillis() - time) >= 1000;
|
||||
return (System.currentTimeMillis() - time) >= 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue