Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     Log::$fileName = "languageStats.log";
     self::$sleeptime = 10;
     //60 * 60 * 24 * 30 * 1;
 }
 public function __construct()
 {
     parent::__construct();
     self::$last_job_file_name = dirname(__FILE__) . DIRECTORY_SEPARATOR . '.lastjobprocessed_jpeer';
     self::$sleeptime = 60 * 60 * 24 * 30 * 1;
     Log::$fileName = "evaluatePEE.log";
 }