Skip to content

Commit

Permalink
Fix challenge timing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashsatolia403 committed Oct 3, 2023
1 parent 19ffd31 commit 6754abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/go/0chain.net/blobbercore/challenge/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
roundInfo = RoundInfo{}
)

const batchSize = 500
const batchSize = 10

// SetupWorkers start challenge workers
func SetupWorkers(ctx context.Context) {
Expand Down

0 comments on commit 6754abc

Please sign in to comment.