mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 14:42:01 -03:30
91-ncp.cnf.sh: Increase max_allowed_packet to avoid errors on large sql queries
Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
parent
7e07152dc8
commit
902226d5da
@ -15,8 +15,8 @@
|
||||
{
|
||||
"id": "USER",
|
||||
"name": "User",
|
||||
"value": "root",
|
||||
"suggest": "root"
|
||||
"value": "",
|
||||
"suggest": "ncpadmin"
|
||||
},
|
||||
{
|
||||
"id": "PASS",
|
||||
|
||||
@ -17,6 +17,7 @@ transaction_isolation = READ-COMMITTED
|
||||
innodb_large_prefix=true
|
||||
innodb_file_per_table=1
|
||||
innodb_file_format=barracuda
|
||||
max_allowed_packet=256M
|
||||
|
||||
[server]
|
||||
# innodb settings
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user