diff options
author | Mario <mario@mariovavti.com> | 2022-12-21 17:11:33 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-21 17:11:33 +0000 |
commit | e5c70a1304c27aab915e1fc1415c5cfc5d14ed68 (patch) | |
tree | bc71e4aaf1dba5d376d2245ff7d628c2044b4910 /boot.php | |
parent | 7dd23085344a93d4fb1b3a9e4a60ca0b4fb78a95 (diff) | |
download | volse-hubzilla-e5c70a1304c27aab915e1fc1415c5cfc5d14ed68.tar.gz volse-hubzilla-e5c70a1304c27aab915e1fc1415c5cfc5d14ed68.tar.bz2 volse-hubzilla-e5c70a1304c27aab915e1fc1415c5cfc5d14ed68.zip |
queueworker: adjust process query to be complient with mariadb < 10.6 and add process timeout exceptions for long running processes
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ define('PLATFORM_NAME', 'hubzilla'); define('STD_VERSION', '7.9.14'); define('ZOT_REVISION', '6.0'); -define('DB_UPDATE_VERSION', 1254); +define('DB_UPDATE_VERSION', 1255); define('PROJECT_BASE', __DIR__); |