Skip to content

Commit

Permalink
4 minutes =/= 10 minutes
Browse files Browse the repository at this point in the history
Signed-off-by: Ross Allan <rallanpcl@gmail.com>
  • Loading branch information
LunNova committed Jul 13, 2013
1 parent 7bef4ce commit f99d46f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ public void processCommand(final ICommandSender commandSender, List<String> argu
return;
}
if ("l".equals(arguments.get(0))) {
sendChat(commandSender, "Performing lock contention profiling for 10 minutes.");
sendChat(commandSender, "Performing lock contention profiling for 4 minutes.");
new ContentionProfiler(commandSender, 240, 11);
return;
}
Expand Down

0 comments on commit f99d46f

Please sign in to comment.