From 603cc7c5b1db038e9a56f21d532c64f4b4660122 Mon Sep 17 00:00:00 2001 From: Ava Affine Date: Wed, 4 Feb 2026 11:08:02 -0800 Subject: [PATCH] oh god wtf Signed-off-by: Ava Affine --- config/pathfinder/pathfinder.ini | 2 +- static/php/php.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pathfinder/pathfinder.ini b/config/pathfinder/pathfinder.ini index 09b625f..1359dae 100644 --- a/config/pathfinder/pathfinder.ini +++ b/config/pathfinder/pathfinder.ini @@ -401,4 +401,4 @@ GIT_HUB = https://api.github.com ; Hint: Set 'wait_timeout' to a high value in your my.conf to keep them open ; Syntax: 0 | 1 ; Default: 0 -PERSISTENT_DB_CONNECTIONS = 1 +PERSISTENT_DB_CONNECTIONS = 0 diff --git a/static/php/php.ini b/static/php/php.ini index e17d3c2..dd2fbd6 100755 --- a/static/php/php.ini +++ b/static/php/php.ini @@ -1,4 +1,4 @@ -memory_limit = 256M +memory_limit = 512M upload_max_filesize = 100M post_max_size = 108M max_input_vars = 5000