moved spray timeout to config

This commit is contained in:
2021-11-09 18:59:00 +01:00
parent 0fdea7b327
commit 1d6396abfd
5 changed files with 42 additions and 36 deletions

View File

@@ -61,6 +61,7 @@ type Conf struct {
ProfileUpdate string `yaml:"profile_update"`
SharecodeUpdate string `yaml:"sharecode_update"`
DemosExpire int `yaml:"demos_expire"`
SprayTimeout int `yaml:"spray_timeout"`
}
}