From 3a9637fa3c35bf1b5c228c94241865f569eac694 Mon Sep 17 00:00:00 2001 From: Andrea Giardini Date: Mon, 12 Feb 2018 13:52:33 +0100 Subject: [PATCH] docs: Fix remote_read/remote_timeout default (#3829) --- docs/configuration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 6258f238b..a280b5271 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1135,7 +1135,7 @@ required_matchers: [ : ... ] # Timeout for requests to the remote read endpoint. -[ remote_timeout: | default = 30s ] +[ remote_timeout: | default = 1m ] # Whether reads should be made for queries for time ranges that # the local storage should have complete data for.