mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
wait longer for fed init
This commit is contained in:
parent
9868065089
commit
2f0ad53b60
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ export async function setupLogins() {
|
||||||
// otherwise the first few federated events may be missed
|
// otherwise the first few federated events may be missed
|
||||||
// (because last_successful_id is set to current id when federation to an instance is first started)
|
// (because last_successful_id is set to current id when federation to an instance is first started)
|
||||||
// only needed the first time so do in this try
|
// only needed the first time so do in this try
|
||||||
await delay(6_000);
|
await delay(10_000);
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
console.log("Communities already exist");
|
console.log("Communities already exist");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue