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
No known key found for this signature in database
GPG Key ID: 92ADA4E935E71FA4

View File

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