Skip to content

Commit

Permalink
disable workers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Aug 3, 2023
1 parent 5b00878 commit 4398230
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/go/0chain.net/blobber/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ import (
"time"

"github.com/0chain/blobber/code/go/0chain.net/blobbercore/allocation"
"github.com/0chain/blobber/code/go/0chain.net/blobbercore/challenge"
"github.com/0chain/blobber/code/go/0chain.net/blobbercore/config"
"github.com/0chain/blobber/code/go/0chain.net/blobbercore/datastore"
"github.com/0chain/blobber/code/go/0chain.net/blobbercore/handler"
"github.com/0chain/blobber/code/go/0chain.net/blobbercore/readmarker"
"github.com/0chain/blobber/code/go/0chain.net/blobbercore/writemarker"
"github.com/0chain/blobber/code/go/0chain.net/core/common"
"github.com/0chain/blobber/code/go/0chain.net/core/logging"
Expand All @@ -19,8 +17,8 @@ import (

func setupWorkers(ctx context.Context) {
handler.SetupWorkers(ctx)
challenge.SetupWorkers(ctx)
readmarker.SetupWorkers(ctx)
// challenge.SetupWorkers(ctx)
// readmarker.SetupWorkers(ctx)
writemarker.SetupWorkers(ctx)
// allocation.StartUpdateWorker(ctx, config.Configuration.UpdateAllocationsInterval)
allocation.SetupWorkers(ctx)
Expand Down

0 comments on commit 4398230

Please sign in to comment.