README.md in faye-websocket-0.7.1 vs README.md in faye-websocket-0.7.2
- old
+ new
@@ -163,10 +163,10 @@
is an optional hash containing any of these keys:
* `:headers` - a hash containing key-value pairs representing HTTP headers to
be sent during the handshake process
* `:max_length` - the maximum allowed size of incoming message frames, in bytes.
- The default value is `2^30 - 1`, or 1 byte short of 1 GiB.
+ The default value is `2^26 - 1`, or 1 byte short of 64 MiB.
* `:ping` - an integer that sets how often the WebSocket should send ping
frames, measured in seconds
## WebSocket API