Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Live.php')
-rw-r--r--lib/Command/Live.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Live.php b/lib/Command/Live.php
index deac58c..70a1037 100644
--- a/lib/Command/Live.php
+++ b/lib/Command/Live.php
@@ -152,7 +152,7 @@ class Live extends ExtendedBase {
$indexes = $this->indexService->getQueuedIndexes();
foreach ($indexes as $index) {
- $this->runner->update('indexing');
+ $this->runner->updateAction('indexing');
try {
$provider = $this->providerService->getProvider($index->getProviderId());
@@ -165,7 +165,7 @@ class Live extends ExtendedBase {
}
}
- $this->runner->update('waiting');
+ $this->runner->updateAction('waiting');
sleep(self::CYCLE_DELAY);
}