0.33c : parallelize start/stop of jails up to gMaxThreads
This commit is contained in:
@ -21,6 +21,8 @@ import (
|
||||
const (
|
||||
ipv4re = `[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}`
|
||||
ifconfigipv4re = `inet[[:space:]](` + ipv4re + `)`
|
||||
// Maximum thread qty for start/stop
|
||||
gMaxThreads = 4
|
||||
)
|
||||
|
||||
/*****************************************************************************
|
||||
|
Reference in New Issue
Block a user