mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
Fix typo
This commit is contained in:
@@ -18,7 +18,7 @@ module Gitlab
|
||||
|
||||
return unless MAX_RSS > 0 && current_rss > MAX_RSS
|
||||
|
||||
Tread.new do
|
||||
Thread.new do
|
||||
# Return if another thread is already waiting to shut Sidekiq down
|
||||
return unless MUTEX.try_lock
|
||||
|
||||
|
||||
Reference in New Issue
Block a user