From 45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06 Mon Sep 17 00:00:00 2001 From: Cullum Smith Date: Fri, 28 Mar 2025 00:20:58 -0400 Subject: more digikam fixes --- scripts/hostclass/mysql_server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/hostclass') diff --git a/scripts/hostclass/mysql_server b/scripts/hostclass/mysql_server index 8fa0ce7..d8edad6 100644 --- a/scripts/hostclass/mysql_server +++ b/scripts/hostclass/mysql_server @@ -1,6 +1,6 @@ #!/bin/sh -: ${mysql_max_packet_size:='67108864'} # 64M +: ${mysql_max_packet_size:='134217728'} # 128M - digikam needs this for big collections mysql_user=mysql mysql_home=/var/db/mysql -- cgit v1.2.3