lib/plezi/common/settings.rb in plezi-0.10.13 vs lib/plezi/common/settings.rb in plezi-0.10.14

- old
+ new

@@ -30,10 +30,11 @@ def redis_channel_name=val return false unless defined? Redis raise "Can't change channel name after Redis subscription had been initiated." if @redis @redis_channel_name = val end - # @return [String] Returns the Redis Channel Name. + # Returns the Redis Channel Name used by this app. + # @return [String] def redis_channel_name @redis_channel_name ||= 'Plezi_Redis_Channel' end # Sets the message byte size limit for a Websocket message. Defaults to 0 (no limit)