mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-22 20:31:19 +00:00
This commit is contained in:
parent
e1b26897be
commit
c895e57086
1 changed files with 0 additions and 8 deletions
|
@ -158,14 +158,6 @@ impl InstanceWorker {
|
||||||
latest_id
|
latest_id
|
||||||
};
|
};
|
||||||
if id >= latest_id {
|
if id >= latest_id {
|
||||||
if id > latest_id {
|
|
||||||
tracing::error!(
|
|
||||||
"{}: last successful id {} is higher than latest id {} in database (did the db get cleared?)",
|
|
||||||
self.instance.domain,
|
|
||||||
id.0,
|
|
||||||
latest_id.0
|
|
||||||
);
|
|
||||||
}
|
|
||||||
// no more work to be done, wait before rechecking
|
// no more work to be done, wait before rechecking
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
() = sleep(*WORK_FINISHED_RECHECK_DELAY) => {},
|
() = sleep(*WORK_FINISHED_RECHECK_DELAY) => {},
|
||||||
|
|
Loading…
Reference in a new issue