mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
7 lines
111 B
Go
7 lines
111 B
Go
package config
|
|
|
|
type Queue struct {
|
|
Enable bool `yaml:" enable"`
|
|
Num int64 `yaml:" num"` //并发数
|
|
}
|