mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 01:14:29 +08:00
DEV: Fix undefined method check_email_sync_heartbeat
in unicorn conf (#30360)
This is a follow-up to 9812407f76e6925d28983084f373e9869f5bdc7f
This commit is contained in:

committed by
GitHub

parent
74aeec8ea3
commit
e4e5db57f0
@ -5,6 +5,8 @@ end
|
||||
|
||||
# intelligent fork based demonizer
|
||||
class Demon::Base
|
||||
HOSTNAME = Socket.gethostname
|
||||
|
||||
def self.demons
|
||||
@demons
|
||||
end
|
||||
|
Reference in New Issue
Block a user