From 526db18f5c6c4eef95e6ccd16b405619c960b3f0 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 28 Jun 2017 18:31:33 +0000 Subject: [PATCH] Hopefully a fix for semaphore warnings and for the missing field in the workerqueue --- boot.php | 2 +- include/poller.php | 3 --- update.php | 6 +++--- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/boot.php b/boot.php index 7d7d66ab3e..76646f7483 100644 --- a/boot.php +++ b/boot.php @@ -42,7 +42,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); define ( 'FRIENDICA_VERSION', '3.5.3-dev' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1231 ); +define ( 'DB_UPDATE_VERSION', 1232 ); /** * @brief Constant with a HTML line break. diff --git a/include/poller.php b/include/poller.php index d9394b080b..266b1cb5b0 100644 --- a/include/poller.php +++ b/include/poller.php @@ -834,8 +834,5 @@ if (array_search(__file__,get_included_files())===0){ get_app()->end_process(); - Lock::remove('poller_worker'); - Lock::remove('poller_worker_process'); - killme(); } diff --git a/update.php b/update.php index 7cfdb231e0..d89e9ca06d 100644 --- a/update.php +++ b/update.php @@ -1,6 +1,6 @@