add workers pool

This commit is contained in:
Aleksandr Trushkin
2024-02-05 11:05:37 +03:00
parent 362d4524e3
commit 096c7e8157
3 changed files with 85 additions and 15 deletions

View File

@ -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"`
}