VIVO-869 More formal coordination between startup(), pause(), and unpause().
Fix an oversight in 9f9cea06e3
This commit is contained in:
parent
e78b020cb5
commit
34b01ee198
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ public class SearchIndexerImpl implements SearchIndexer {
|
||||||
private final TaskQueue taskQueue;
|
private final TaskQueue taskQueue;
|
||||||
private final List<Task> deferredQueue;
|
private final List<Task> deferredQueue;
|
||||||
private volatile boolean started;
|
private volatile boolean started;
|
||||||
private volatile boolean paused = true;
|
private volatile boolean paused;
|
||||||
|
|
||||||
public Scheduler(TaskQueue taskQueue) {
|
public Scheduler(TaskQueue taskQueue) {
|
||||||
this.taskQueue = taskQueue;
|
this.taskQueue = taskQueue;
|
||||||
|
|
Loading…
Add table
Reference in a new issue