# File lib/eventmachine.rb, line 1393 1393: def self.heartbeat_interval= (time) 1394: EM::set_heartbeat_interval time.to_f 1395: end