host(draupnir): set backgroundDelayMS to have Draupnir act fast
Use a recommended low value for backgroundDelayMS to have Draupnir chain consecutive backgrounded operations faster and therefore act faster.
This commit is contained in:
parent
81e5380a14
commit
049682bce2
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ automaticallyRedactForReasons:
|
||||||
- "porn"
|
- "porn"
|
||||||
- "harassmet"
|
- "harassmet"
|
||||||
|
|
||||||
|
# set to low value to have Draupnir chain consecutive backgrounded operations faster
|
||||||
|
backgroundDelayMS: 10
|
||||||
|
|
||||||
# currently not working because /_synapse is not routed via reverse proxy
|
# currently not working because /_synapse is not routed via reverse proxy
|
||||||
pollReports: false
|
pollReports: false
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue