|
@@ -42,8 +42,7 @@ public class DocumentService {
|
|
|
|
|
|
public void compute(Document document) {
|
|
public void compute(Document document) {
|
|
try {
|
|
try {
|
|
- //Thread.sleep(this.rd.ints(20, 62).findFirst().getAsInt() * 1000);
|
|
|
|
- Thread.sleep(1 * 1000);
|
|
|
|
|
|
+ Thread.sleep(10 * 1000);
|
|
}
|
|
}
|
|
catch (InterruptedException ie) {
|
|
catch (InterruptedException ie) {
|
|
Thread.currentThread().interrupt();
|
|
Thread.currentThread().interrupt();
|