aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-03-28 00:20:58 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-03-28 00:20:58 -0400
commit45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06 (patch)
tree0f06e91e3b81c1439c4de7f156b0abb9395dd4a4 /scripts
parent9539e58ae7653ffa5ef25cf7b18c67d705813334 (diff)
downloadinfrastructure-45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06.tar.gz
more digikam fixes
Diffstat (limited to 'scripts')
-rw-r--r--scripts/hostclass/mysql_server2
1 files changed, 1 insertions, 1 deletions
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