]> git.mxchange.org Git - friendica.git/commitdiff
Removed to-do comment
authorMichael <heluecht@pirati.ca>
Wed, 6 Jan 2021 23:08:09 +0000 (23:08 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 6 Jan 2021 23:08:09 +0000 (23:08 +0000)
src/Worker/Cron.php

index 1f1e9163064907224427ac2bb4943f924fae1ee8..7257101d90f724d1d2196b46fc9612cde5eb426a 100644 (file)
@@ -154,7 +154,6 @@ class Cron
                
                $processes = DBA::p("SHOW FULL PROCESSLIST");
                while ($process = DBA::fetch($processes)) {
-                       // To-Do: Auf Datenbank abgrenzen
                        if (($process['Command'] != 'Sleep') || ($process['Time'] < 60) || ($process['db'] != DBA::databaseName())) {
                                continue;
                        }