added timeouts to config

This commit is contained in:
2022-02-04 15:06:56 +01:00
parent cc2c40dc56
commit 440aa41396
3 changed files with 20 additions and 7 deletions

View File

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