lib/plezi/common/settings.rb in plezi-0.12.6 vs lib/plezi/common/settings.rb in plezi-0.12.7

- old
+ new

@@ -13,10 +13,10 @@ @redis_channel_name = val end # Returns the Redis Channel Name used by this app. # @return [String] def redis_channel_name - @redis_channel_name ||= "#{File.basename($0, '.*')}_Redis_Channel" + @redis_channel_name ||= "#{File.basename($0, '.*')}_redis_channel" end # Sets the message byte size limit for a Websocket message. Defaults to 0 (no limit) # # Although memory will be allocated for the latest TCP/IP frame, \ No newline at end of file