Skip to content

Commit 674881a

Browse files
committed
scope
1 parent 197e0e3 commit 674881a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func New(flag *params.Config, cache, compress, listen bool, callback chan any) (
110110
exitCh: make(chan any),
111111
srvCh: make(chan int),
112112
//exitSyncCh: make(chan any),
113-
scope: uint64(math.Max(float64(runtime.NumCPU()*2), float64(4))),
113+
scope: uint64(math.Max(float64(runtime.NumCPU()*2), float64(8))),
114114
//taskCh: make(chan *types.Block, batch),
115115
//taskCh: make(chan *types.Block, 1),
116116
//start: mclock.Now(),

0 commit comments

Comments
 (0)