mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 09:15:34 +03:00
chore: delay lock retry
This commit is contained in:
@@ -82,6 +82,8 @@ class Workers {
|
|||||||
|
|
||||||
return isLocked;
|
return isLocked;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
await new Promise((resolve) => setTimeout(resolve, 1000));
|
||||||
}
|
}
|
||||||
|
|
||||||
await kysely.destroy();
|
await kysely.destroy();
|
||||||
|
|||||||
Reference in New Issue
Block a user