Add config option to specify period dimension of the invitation scheduler.

This commit is contained in:
Anatoliy Sablin
2021-01-13 21:59:47 +03:00
parent a0f6fe9b0d
commit a71d32ba77
3 changed files with 61 additions and 22 deletions

View File

@@ -204,3 +204,10 @@ threepid:
# root: error # default level for all loggers (apps and thirdparty libraries)
# app: info # log level only for the ma1sd
# requests: false # or true to dump full requests and responses
# Config invitation manager
#invite:
# resolution:
# timer: 10
# period: seconds # search invites every 10 seconds (by default 5 minutes)