Sleep time is highly variable, removing it from the profiling section name
This commit is contained in:
parent
0336da0f66
commit
fb784e6cdf
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ class LoadBalancer {
|
|||
}
|
||||
if ( $sleepTime ) {
|
||||
$totalElapsed += $sleepTime;
|
||||
$x = "{$this->mServers[$serverIndex]['host']} $sleepTime [$serverIndex]";
|
||||
$x = "{$this->mServers[$serverIndex]['host']} [$serverIndex]";
|
||||
wfProfileIn( "$fname-sleep $x" );
|
||||
usleep( $sleepTime );
|
||||
wfProfileOut( "$fname-sleep $x" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue