Skip to content

Commit

Permalink
do not use active_support helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgz committed Oct 31, 2024
1 parent f15c196 commit 08fb532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lepus/supervisor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def supervise

unless stopped?
reap_and_replace_terminated_forks
interruptible_sleep(1.second)
interruptible_sleep(1)
end
end
ensure
Expand Down

0 comments on commit 08fb532

Please sign in to comment.