removed batch-limits

This commit is contained in:
2021-12-19 16:58:43 +01:00
parent d453a705da
commit 367337bf9e
2 changed files with 0 additions and 19 deletions

View File

@@ -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