Skip to content

Commit

Permalink
remove sleep code
Browse files Browse the repository at this point in the history
  • Loading branch information
tw2066 committed Dec 30, 2024
1 parent 99088df commit 5acd739
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lock/src/Driver/AbstractLock.php
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ function () use ($heartbeat) {
$this->set();
} catch (Throwable $throwable){
ApplicationContext::getContainer()->get(StdoutLoggerInterface::class)?->error((string) $throwable);
sleep(5);
}
}
}
Expand Down

0 comments on commit 5acd739

Please sign in to comment.