From 06fd09daa7671d3abbebf84573b1c332de2122aa Mon Sep 17 00:00:00 2001 From: "Mikhail f. Shiryaev" Date: Sun, 3 Nov 2024 17:00:16 +0100 Subject: [PATCH] Increase carbon-clickhouse upload timeout for huge data --- carbon-clickhouse.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/carbon-clickhouse.conf b/carbon-clickhouse.conf index 2138662..316b12e 100644 --- a/carbon-clickhouse.conf +++ b/carbon-clickhouse.conf @@ -31,21 +31,21 @@ type = "points" table = "graphite_data" threads = 1 url = "http://clickhouse:8123/" -timeout = "1m0s" +timeout = "2m0s" [upload.graphite_reverse] type = "points-reverse" table = "graphite_reverse" threads = 1 url = "http://clickhouse:8123/" -timeout = "1m0s" +timeout = "2m0s" [upload.graphite_index] type = "index" table = "graphite_index" threads = 1 url = "http://clickhouse:8123/" -timeout = "1m0s" +timeout = "2m0s" cache-ttl = "12h0m0s" [upload.graphite_tagged] @@ -53,7 +53,7 @@ type = "tagged" table = "graphite_tagged" threads = 1 url = "http://clickhouse:8123/" -timeout = "1m0s" +timeout = "2m0s" cache-ttl = "12h0m0s" [udp]