Added delay for client status ok message

This commit is contained in:
2021-09-17 17:35:08 +02:00
parent 9964093b03
commit 73f8698ad7
4 changed files with 9 additions and 4 deletions

View File

@@ -22,4 +22,5 @@ type Credentials struct {
// GeneralOptions contains information for general configuration options
type GeneralOptions struct {
DelayBetweenMassages int64
StatusMessageDelay int
}