Skip to content

Instantly share code, notes, and snippets.

View williantenfen's full-sized avatar

Willian Tenfen Wazilewski williantenfen

View GitHub Profile
@williantenfen
williantenfen / rpush.rb
Created December 6, 2016 12:23
RPush config example
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