forked from ALHP/ALHP.GO
removed batch-limits
This commit is contained in:
3
utils.go
3
utils.go
@@ -73,8 +73,6 @@ type BuildManager struct {
|
||||
buildProcesses []*os.Process
|
||||
buildProcMutex sync.RWMutex
|
||||
alpmMutex sync.RWMutex
|
||||
queued map[string]int
|
||||
queuedLock sync.RWMutex
|
||||
}
|
||||
|
||||
type Conf struct {
|
||||
@@ -92,7 +90,6 @@ type Conf struct {
|
||||
Worker int
|
||||
Makej int
|
||||
Checks bool
|
||||
Batch int
|
||||
}
|
||||
Logging struct {
|
||||
Level string
|
||||
|
Reference in New Issue
Block a user