diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-28 00:20:58 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-28 00:20:58 -0400 |
commit | 45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06 (patch) | |
tree | 0f06e91e3b81c1439c4de7f156b0abb9395dd4a4 /scripts/hostclass | |
parent | 9539e58ae7653ffa5ef25cf7b18c67d705813334 (diff) | |
download | infrastructure-45f11dbe7efc2d6d4661b3a21d83fd0e0a5deb06.tar.gz |
more digikam fixes
Diffstat (limited to 'scripts/hostclass')
-rw-r--r-- | scripts/hostclass/mysql_server | 2 |
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 |