added timeouts to config
This commit is contained in:
@@ -64,6 +64,11 @@ type Conf struct {
|
||||
SharecodeUpdate string `yaml:"sharecode_update"`
|
||||
DemosExpire int `yaml:"demos_expire"`
|
||||
SprayTimeout int `yaml:"spray_timeout"`
|
||||
Timeout struct {
|
||||
Read int
|
||||
Write int
|
||||
Idle int
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user