]> git.mxchange.org Git - friendica.git/commitdiff
Spaces
authorMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 20:10:47 +0000 (20:10 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Jun 2017 20:10:47 +0000 (20:10 +0000)
include/poller.php

index a19d9dec8f70c31cb4f183ac6ea924f8ab6008ad..fcabe5d8ee9bf14ee388bdbc6b40c7a1cf8d71b3 100644 (file)
@@ -392,7 +392,7 @@ function poller_kill_stale_workers() {
                                $pid["priority"] = PRIORITY_MEDIUM;
                        }
 
-      // Define the maximum durations
+                       // Define the maximum durations
                        $max_duration_defaults = array(PRIORITY_CRITICAL => 360, PRIORITY_HIGH => 10, PRIORITY_MEDIUM => 60, PRIORITY_LOW => 180, PRIORITY_NEGLIGIBLE => 360);
                        $max_duration = $max_duration_defaults[$pid["priority"]];