Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
notr1ch committed Jan 2, 2024
1 parent 666bea9 commit d94a409
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cron/wiki_hotness.php
Expand Up @@ -179,10 +179,11 @@
$sth->execute( $insertData );
}

if ( $db->commit() )
if ( $db->commit() ) {
break;
}

sleep ( 1 );
sleep( 1 );
}

curl_setopt( $ch, CURLOPT_CUSTOMREQUEST, 'PURGE' );
Expand Down

0 comments on commit d94a409

Please sign in to comment.