mirror of
https://github.com/8lecramm/derohe-proxy.git
synced 2025-01-10 13:57:56 +00:00
fixed argument parsing of "--minimal-jobs"
This commit is contained in:
parent
5fecc3b924
commit
cb580cde7d
@ -51,7 +51,7 @@ func main() {
|
||||
}
|
||||
}
|
||||
|
||||
if Arguments["--minimal-jobs"] != nil {
|
||||
if Arguments["--minimal-jobs"].(bool) {
|
||||
minimal = true
|
||||
fmt.Printf("Forward 2 jobs per block\n")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user