Skip to content

Commit c4083ae

Browse files
committed
feat: force to dont run claimsyncer
1 parent 8ff18c4 commit c4083ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/run.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,7 +983,9 @@ func runClaimSyncL2IfNeeded(
983983
}
984984

985985
log.Infof("Starting ClaimSyncL2 (autoStart=%t)", *cfg.AutoStart.Resolved)
986-
go res.Start(ctx)
986+
log.Warnf("***TESTING NO RUN CLAIM SYNC L2***")
987+
// TODO: Uncomment this line
988+
//go res.Start(ctx)
987989
return res
988990
}
989991

0 commit comments

Comments
 (0)