From 634a8edb61e82a681dfc308feb38f0a3f21f84c4 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 12 Nov 2017 15:55:04 +0000 Subject: [PATCH] Increase timeout --- src/freedombone-app-pleroma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-pleroma b/src/freedombone-app-pleroma index d43fd712..29239a56 100755 --- a/src/freedombone-app-pleroma +++ b/src/freedombone-app-pleroma @@ -209,7 +209,7 @@ function pleroma_create_database { run_system_query_postgresql "GRANT ALL ON ALL tables IN SCHEMA public TO pleroma;" run_system_query_postgresql "GRANT ALL ON ALL sequences IN SCHEMA public TO pleroma;" run_system_query_postgresql "CREATE EXTENSION citext;" - run_system_query_postgresql "set statement_timeout to 20000;" + run_system_query_postgresql "set statement_timeout to 40000;" read_config_param "PLEROMA_SECRET_KEY" if [ ${#PLEROMA_SECRET_KEY} -lt 64 ]; then