From 400688b6ab48732e9678dcc66c411edc061f5b9f Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Thu, 11 Aug 2022 15:32:36 -0500 Subject: Drop 7.5s See https://github.com/matrix-org/synapse/pull/13478#discussion_r943861128 --- synapse/http/request_metrics.py | 1 - 1 file changed, 1 deletion(-) (limited to 'synapse/http/request_metrics.py') 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, -- cgit 1.5.1