mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-26 23:21:34 +01:00
Add worker pool to parallelize analyses
This commit is contained in:
@@ -2,6 +2,7 @@ package model
|
||||
|
||||
// Watch holds data necessary for watch configuration
|
||||
type Watch struct {
|
||||
Workers int `yaml:"int,omitempty"`
|
||||
Schedule string `yaml:"schedule,omitempty"`
|
||||
Os string `yaml:"os,omitempty"`
|
||||
Arch string `yaml:"arch,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user