From 747f1de6ebd42e675fa283c85584e738cb8e5db3 Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 5 Jun 2018 16:33:33 +0900 Subject: [PATCH] update clocale --- btcpay-setclocale.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/btcpay-setclocale.sh b/btcpay-setclocale.sh index 6934598..aed09a4 100755 --- a/btcpay-setclocale.sh +++ b/btcpay-setclocale.sh @@ -1,7 +1,8 @@ #!/bin/bash -# This script is meant to change the locale of btcpayserver database deployed in docker +# This script is meant to fix the locale of btcpayserver database deployed in docker # This change will make sure requests to postgres are properly using indexes when querying on text Primary keys +# You can run this if you suspect your server is very slow when you have lot's of invoices set -e