Skip to content

Commit 4fbb732

Browse files
committed
fix: sync community roles every 5 minutes
1 parent cd72751 commit 4fbb732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/api/role/data-access/src/lib/api-role-resolver.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class ApiRoleResolverService {
2424
readonly networkAsset: ApiNetworkAssetService,
2525
) {}
2626

27-
@Cron(CronExpression.EVERY_MINUTE)
27+
@Cron(CronExpression.EVERY_5_MINUTES)
2828
async syncAllCommunityRoles() {
2929
if (!this.core.config.syncCommunityRoles) {
3030
this.logger.log(`Role validation is disabled`)

0 commit comments

Comments
 (0)