Skip to content
This repository was archived by the owner on Feb 8, 2025. It is now read-only.

Commit 9d14f66

Browse files
committed
test(api): increase db retry attempts for contentious queries
1 parent eb8ba72 commit 9d14f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/src/core/database/database.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class DatabaseService implements OnModuleInit {
2626
.withConfig({
2727
allow_user_specified_id: true /* Required for account insertion */,
2828
})
29-
.withRetryOptions({ attempts: 5 });
29+
.withRetryOptions({ attempts: 7 });
3030
this.DANGEROUS_superuserClient = this.__client.withConfig({ apply_access_policies: false });
3131
}
3232

0 commit comments

Comments
 (0)