Skip to content

Commit

Permalink
Fix unrelated coding standards violation
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 20, 2024
1 parent fda3415 commit 979bc34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/ARC2_StoreLoadQueryHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ public function bufferIDSQL($tbl, $id, $val, $val_type)
public function checkSQLBuffers(
$force_write = 0,
$reset_id_buffers = 0,
$refresh_lock = 0
$refresh_lock = 0,
) {
if (!$this->keep_time_limit) {
set_time_limit($this->v('time_limit', 60, $this->a));
Expand Down

0 comments on commit 979bc34

Please sign in to comment.