firehoseio / firehose

Build realtime Ruby web applications. Created by the fine folks at Poll Everywhere.
http://firehose.io/
MIT License
727 stars 72 forks source link

Channel buffer size #48

Closed bakkdoor closed 9 years ago

bakkdoor commented 9 years ago

Add support for per-channel buffer sizes. When no buffer size has been set by a publisher, the default buffer size (100) is used. Also renamed MAX_MESSAGES => BUFFER_SIZE for clarity.

This implements #35.