The command /bolt admin cleanup uses a Semaphore internally. When running them command, it will acquire all permits at the end to wait for the command to finish. But it never releases those.
This patch makes the command release the permits it acquired.
The command
/bolt admin cleanup
uses a Semaphore internally. When running them command, it will acquire all permits at the end to wait for the command to finish. But it never releases those.This patch makes the command release the permits it acquired.