Jason Smith

Results 3 issues of Jason Smith

Check the CouchDB version and if `?stale=update_after` is supported (version 1.1 and later) then use that when hitting the views.

For example, set a threshold, 100ms and batch all messages that need to be created into one `_bulk_docs` update, and send that 100ms later. Bonus points for still using the...

Hi, Tweeticoats! Thank you for this tool! I read the code for `scene_type()` and this updated README seems to reflect that logic while hopefully making it easier for new users...