mirror of
https://github.com/maubot/rss.git
synced 2024-10-01 08:25:36 -04:00
14 lines
506 B
YAML
14 lines
506 B
YAML
# Feed update interval in minutes
|
|
update_interval: 60
|
|
# Maximum backoff in minutes when failing to fetch feeds (defaults to 5 days)
|
|
max_backoff: 7200
|
|
# The time to sleep between send requests when broadcasting a new feed entry.
|
|
# Set to 0 to disable sleep or -1 to run all requests asynchronously at once.
|
|
spam_sleep: 2
|
|
# The prefix for all commands
|
|
# It has to be prefixed with ! in matrix to be recognised
|
|
command_prefix: "rss"
|
|
# Users who can bypass room permission checks
|
|
admins:
|
|
- "@user:example.com"
|