mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-04 18:56:16 +00:00
syz-manager: ask reproducers from hub only if connected to dashboard
All reproducers from hub produce too much load on local managers.
This commit is contained in:
parent
6153a72ee1
commit
87044370b8
@ -1113,7 +1113,7 @@ func (mgr *Manager) hubSync() {
|
||||
|
||||
mgr.mu.Unlock()
|
||||
|
||||
if mgr.cfg.Reproduce {
|
||||
if mgr.cfg.Reproduce && mgr.dash != nil {
|
||||
needReproReply := make(chan bool)
|
||||
mgr.needMoreRepros <- needReproReply
|
||||
a.NeedRepros = <-needReproReply
|
||||
|
Loading…
x
Reference in New Issue
Block a user