diff --git a/api/src/core/database/database.service.ts b/api/src/core/database/database.service.ts index 8ca42d97e..eb82457d2 100644 --- a/api/src/core/database/database.service.ts +++ b/api/src/core/database/database.service.ts @@ -26,7 +26,7 @@ export class DatabaseService implements OnModuleInit { .withConfig({ allow_user_specified_id: true /* Required for account insertion */, }) - .withRetryOptions({ attempts: 7 }); + .withRetryOptions({ attempts: 10 }); this.DANGEROUS_superuserClient = this.__client.withConfig({ apply_access_policies: false }); }