add workers pool
This commit is contained in:
@ -7,4 +7,5 @@ type Eway struct {
|
||||
SessionUser string `toml:"session_user"`
|
||||
OwnerID string `toml:"owner_id"`
|
||||
Debug bool `toml:"debug"`
|
||||
WorkersPool int `toml:"workers_pool"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user