mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-05 09:24:16 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into erikj/histogram_extremities
This commit is contained in:
commit
45f28a9d2f
400 changed files with 9678 additions and 10554 deletions
|
@ -249,7 +249,7 @@ class EventsStore(
|
|||
BucketCollector(
|
||||
"synapse_forward_extremities",
|
||||
lambda: self._current_forward_extremities_amount,
|
||||
buckets=[1, 2, 3, 5, 7, 10, 15, 20, 50, 100, 200, 500, "+Inf"]
|
||||
buckets=[1, 2, 3, 5, 7, 10, 15, 20, 50, 100, 200, 500, "+Inf"],
|
||||
)
|
||||
|
||||
# Read the extrems every 60 minutes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue