Skip to content

Commit

Permalink
Sleep shorter
Browse files Browse the repository at this point in the history
  • Loading branch information
wincelau committed Sep 11, 2024
1 parent 693319c commit 45acaf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/PDFSignature.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public function compile() {
}

if($this->isCompileLock()) {
sleep(1);
usleep(10000);
return $this->compile();
}

Expand Down

0 comments on commit 45acaf4

Please sign in to comment.