X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fpoller.php;h=c681bfb3898448300578643ba2ad7ff14938bbb6;hb=885dc1df81c9ab752f9f5d66894786944184a9c9;hp=b1d6099ad343271e8f4c2d2ca65a879406c98a74;hpb=307beb47fd4930c665cb7d3032ca4405900af43d;p=friendica.git diff --git a/include/poller.php b/include/poller.php index b1d6099ad3..c681bfb389 100644 --- a/include/poller.php +++ b/include/poller.php @@ -56,8 +56,8 @@ function poller_run(&$argv, &$argc){ q("UPDATE `workerqueue` SET `executed` = '0000-00-00 00:00:00', `pid` = 0 WHERE `pid` = %d", intval($pid["pid"])); else { - // To-Do: Kill long running processes - // But: Update processes (like the database update) mustn't be killed + /// @TODO Kill long running processes + /// But: Update processes (like the database update) mustn't be killed } } else