Update Forking class

This commit is contained in:
DariusIII
2018-03-12 09:46:12 +01:00
parent 4bc29a7a84
commit ea70d36d34
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ class Forking extends \fork_daemon
$this->outputType = self::OUTPUT_REALTIME;
}
$this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run'.DS.'switch.php "php ';
$this->dnr_path = PHP_BINARY.' '.NN_MULTIPROCESSING.'.do_not_run/switch.php "php ';
$this->maxSize = (int) Settings::settingValue('..maxsizetoprocessnfo');
$this->minSize = (int) Settings::settingValue('..minsizetoprocessnfo');
+1
View File
@@ -1,4 +1,5 @@
2018-03-12 DariusIII
* Chg: Update Forking class
* Chg: Update BasePage class
* Chg: Update bootstrap/autoload and constants (change and remove non-used constants definitions)
* Chg: Update ReleaseImage class, try to catch more errors