:^)
This commit is contained in:
parent
d3f96e874f
commit
12d8e33034
1 changed files with 4 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ public class ClearCommand implements Command {
|
||||||
String.valueOf(msg.size()))
|
String.valueOf(msg.size()))
|
||||||
.build()).complete();
|
.build()).complete();
|
||||||
try {
|
try {
|
||||||
TimeUnit.SECONDS.sleep(2);
|
TimeUnit.SECONDS.sleep(3);
|
||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue