mirror of
https://github.com/8lecramm/derohe-proxy.git
synced 2025-01-10 21:58:27 +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
|
minimal = true
|
||||||
fmt.Printf("Forward 2 jobs per block\n")
|
fmt.Printf("Forward 2 jobs per block\n")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user