Skip to content

Commit

Permalink
disable update alloc worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Aug 3, 2023
1 parent 7fe5c1f commit 5b00878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobber/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func setupWorkers(ctx context.Context) {
challenge.SetupWorkers(ctx)
readmarker.SetupWorkers(ctx)
writemarker.SetupWorkers(ctx)
allocation.StartUpdateWorker(ctx, config.Configuration.UpdateAllocationsInterval)
// allocation.StartUpdateWorker(ctx, config.Configuration.UpdateAllocationsInterval)
allocation.SetupWorkers(ctx)
updateCCTWorker(ctx)
}
Expand Down

0 comments on commit 5b00878

Please sign in to comment.