aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-12-21 17:11:33 +0000
committerMario <mario@mariovavti.com>2022-12-21 17:11:33 +0000
commite5c70a1304c27aab915e1fc1415c5cfc5d14ed68 (patch)
treebc71e4aaf1dba5d376d2245ff7d628c2044b4910 /boot.php
parent7dd23085344a93d4fb1b3a9e4a60ca0b4fb78a95 (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 8ee72843e..ea8a592dc 100644
--- a/boot.php
+++ b/boot.php
@@ -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__);