From e5c70a1304c27aab915e1fc1415c5cfc5d14ed68 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 21 Dec 2022 17:11:33 +0000 Subject: queueworker: adjust process query to be complient with mariadb < 10.6 and add process timeout exceptions for long running processes --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') 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__); -- cgit v1.2.3