]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
No need to set $threads = 0 on the line before it's set ;)
authorMikael Nordfeldth <mmn@hethane.se>
Sun, 28 Feb 2016 18:40:16 +0000 (19:40 +0100)
committerMikael Nordfeldth <mmn@hethane.se>
Sun, 28 Feb 2016 18:40:16 +0000 (19:40 +0100)
scripts/queuedaemon.php

index efc1e04e9e62c2ac806aef49f11f7218a5b191b0..8fb0f8e0aeab83aa0c48e9fd6636b4a278e84171 100755 (executable)
@@ -168,7 +168,6 @@ if (have_option('t')) {
 } else if (have_option('--threads')) {
     $threads = intval(get_option_value('--threads'));
 } else {
-    $threads = 0;
     //If there is no argument for number of threads
     //Try reading a config option for the number
     $threads = common_config('queue','threads');