settings: new option to disable event fetch from server side

This commit is contained in:
nemunaire 2019-01-19 08:04:10 +01:00
parent a4e0a90adf
commit 24989c4cfa
3 changed files with 18 additions and 1 deletions

View file

@ -61,6 +61,8 @@ type FICSettings struct {
UnlockedChallengeDepth int `json:"unlockedChallengeDepth"`
// SubmissionUniqueness don't count multiple times identical tries.
SubmissionUniqueness bool `json:"submissionUniqueness"`
// EventKindness will ask browsers to delay notification interval.
EventKindness bool `json:"eventKindness"`
}
// ExistsSettings checks if the settings file can by found at the given path.