the index-scheduler needs to wake-up after importing a dump

This commit is contained in:
Tamo
2022-10-16 02:44:27 +02:00
committed by Clément Renault
parent 4c1c108a19
commit 9b96085327

View File

@ -518,6 +518,7 @@ impl IndexScheduler {
} }
} }
self.wake_up.signal();
Ok(task) Ok(task)
} }