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 955d3339f0
commit e9295c03ce

View File

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