# File lib/websocket.rb, line 18
  def self.max_frame_size
    @max_frame_size ||= 20 * 1024 * 1024 # 20MB
  end