From 51f29b315f9ca4f24b79c0b34e817ff1f1651420 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Sun, 29 Aug 2021 09:26:42 +0900 Subject: [PATCH] Set DB_POOL to 5 by default (sane value) --- tootpaste.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tootpaste.sh b/tootpaste.sh index 72bafb7..778e424 100644 --- a/tootpaste.sh +++ b/tootpaste.sh @@ -8,7 +8,7 @@ DO_STATUSES_REMOVE=${DO_STATUSES_REMOVE:-true} DO_CACHE_RECOUNT=${DO_CACHE_RECOUNT:-true} # Environment variables for main settings TOOTCTL=${TOOTCTL:-/home/mastodon/live/bin/tootctl} -export DB_POOL=${DB_POOL:-90} +export DB_POOL=${DB_POOL:-5} DRY_RUN=${DRY_RUN:-true} # Date difference for expired certificate, default 2w TLS_EXPIRED_MAX_SEC=${TLS_EXPIRED_MAX_SEC:-1210000}