From 874c295223832d5d93f0de5edcad0183e49702ec Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 27 Oct 2019 13:53:09 +0100 Subject: lib/load-configuration: only save first 64k of parameters - the database can't store more anyways --- lib/load-configuration | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/load-configuration') diff --git a/lib/load-configuration b/lib/load-configuration index cdea48d..83d3beb 100755 --- a/lib/load-configuration +++ b/lib/load-configuration @@ -217,6 +217,7 @@ if ${i_am_the_master}; then printf 'from_base64("%s"),' \ "$( printf '%s' "$*" | \ + head -c $((64*1024)) | \ base64 )" if tty -s; then -- cgit v1.2.3