From 5b00878d6d1267f2cfe179b3b5fc03ab7ddc8c83 Mon Sep 17 00:00:00 2001 From: Hitenjain14 Date: Thu, 3 Aug 2023 11:52:59 +0530 Subject: [PATCH] disable update alloc worker --- code/go/0chain.net/blobber/worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/go/0chain.net/blobber/worker.go b/code/go/0chain.net/blobber/worker.go index 0a502dae1..dbd6a8e91 100644 --- a/code/go/0chain.net/blobber/worker.go +++ b/code/go/0chain.net/blobber/worker.go @@ -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) }