From b851ca0c95b6735c809044a99cbdbfaadc450f91 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 14 Apr 2021 18:15:45 +0200 Subject: Update matrix HCL + document stolon conf change --- op_guide/init_stolon/README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'op_guide/init_stolon/README.md') diff --git a/op_guide/init_stolon/README.md b/op_guide/init_stolon/README.md index f387263..b511f59 100644 --- a/op_guide/init_stolon/README.md +++ b/op_guide/init_stolon/README.md @@ -64,3 +64,9 @@ stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http ``` stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http://consul.service.2.cluster.deuxfleurs.fr:8500 update --patch '{ "usePgrewind" : true }' ``` + +- 2021-03-14 Increase proxy timeout to cope with consul latency spikes + +``` +stolonctl --cluster-name pissenlit --store-backend consul --store-endpoints http://consul.service.2.cluster.deuxfleurs.fr:8500 update --patch '{ "proxyTimeout" : "120s" }' +``` -- cgit v1.2.3