diff options
author | Eric Eastwood <erice@element.io> | 2022-08-11 15:32:36 -0500 |
---|---|---|
committer | Eric Eastwood <erice@element.io> | 2022-08-11 15:32:36 -0500 |
commit | 400688b6ab48732e9678dcc66c411edc061f5b9f (patch) | |
tree | bf77c225f2e5e755f53f60baaaa4b283050193c6 | |
parent | Revert "Refactor recursive code so we can wrap just the redaction part" (diff) | |
download | synapse-github/madlittlemods/response-time-buckets.tar.xz |
See https://github.com/matrix-org/synapse/pull/13478#discussion_r943861128
-rw-r--r-- | synapse/http/request_metrics.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/http/request_metrics.py b/synapse/http/request_metrics.py index 3450126f24..bcb86da394 100644 --- a/synapse/http/request_metrics.py +++ b/synapse/http/request_metrics.py @@ -54,7 +54,6 @@ response_timer = Histogram( 1.0, 2.5, 5.0, - 7.5, 10.0, 30.0, 60.0, |