Skip to content

Commit

Permalink
task channel len
Browse files Browse the repository at this point in the history
  • Loading branch information
ucwong committed Dec 30, 2023
1 parent 66192ef commit 90d7289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
bucket = params.Bucket //it is best size is 1/3 full nodes
group = params.Group
taskChanBuffer = 1 //params.SyncBatch
taskChanBuffer = 4 //params.SyncBatch
torrentChanSize = 8

block = int64(params.PER_UPLOAD_BYTES)
Expand Down

0 comments on commit 90d7289

Please sign in to comment.