Mariano Guerra
Mariano Guerra
to avoid all streams accessing disk at once that may make timeouts more probable.
used during handoff
do it like here: https://github.com/basho/riak_core/blob/develop/src/riak_core_gossip.erl#L209 and when new info comes recalculate each user activity on remote nodes and use it to calculate the total usage.
reject request if body is bigger than configured size, also handle the {more, Data, Req2} reply in cowboy_req:body
https://github.com/ferd/pobox
Docs