Skip to content

Commit

Permalink
Fixed path of .num_processes file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostico committed Nov 12, 2015
1 parent 6dd89ce commit 1f88926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utils/Analysis/tmAnalysisThread.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
set_time_limit(0);
$root = realpath( dirname(__FILE__) . '/../../../' );
define( 'NUM_WORKERS', $root . "/Analysis/.num_processes" );
define( 'NUM_WORKERS', $root . "/lib/Utils/Analysis/.num_processes" );
define( 'DEFAULT_NUM_WORKERS', require( 'DefaultNumTMWorkers.php' ) );
define( 'LOG_FILENAME', 'tm_analysis.log' );
$my_pid = getmypid();
Expand Down

0 comments on commit 1f88926

Please sign in to comment.