Merge pull request 'disable backfills' (#129) from disable-backfills into main
Reviewed-on: #129
This commit is contained in:
commit
aef8f59ac7
1 changed files with 2 additions and 2 deletions
|
@ -44,9 +44,9 @@
|
||||||
archive_tag = "m.lowpriority";
|
archive_tag = "m.lowpriority";
|
||||||
|
|
||||||
backfill = {
|
backfill = {
|
||||||
normal_groups = true;
|
enable = false;
|
||||||
|
normal_groups = false;
|
||||||
unread_hours_threshold = -1;
|
unread_hours_threshold = -1;
|
||||||
incremental.max_batches.supergroup = -1;
|
|
||||||
};
|
};
|
||||||
permissions = {
|
permissions = {
|
||||||
"*" = "relaybot";
|
"*" = "relaybot";
|
||||||
|
|
Loading…
Reference in a new issue