We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 994f57c + 83b9fe3 commit 22e76baCopy full SHA for 22e76ba
1 file changed
public_html/quickstatements.php
@@ -1116,7 +1116,7 @@ public function getTemporaryBatchSummary () {
1116
}
1117
1118
public function runSingleCommand ( $command ) {
1119
- if ( $this->sleep != 0 ) sleep ( $this->sleep ) ;
+ if ( $this->sleep != 0 ) sleep ( $this->usleep * 1000 ) ;
1120
if ( !isset($command) ) return $this->commandError ( $command , "Empty command" ) ;
1121
$command->status = 'working' ;
1122
if ( isset($command->error) ) unset ( $command->error ) ;
0 commit comments