This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Rpush.configure do |config| | |
# Supported clients are :active_record, :redis and :mongoid | |
config.client = :active_record | |
# Options passed to Redis.new | |
# config.redis_options = {} | |
# Frequency in seconds to check for new notifications. | |
config.push_poll = 3 |