Does it have the same 10kb limit as Pusher does?
TheRusskiy opened this issue · 3 comments
TheRusskiy commented
Does it have the same 10kb limit as Pusher does?
edgurgel commented
Yes it does!
poxa/test/event_handler_test.exs
Lines 79 to 87 in d0d68bc
TheRusskiy commented
As far as I understand Pusher has it to limit client's ability to send unlimited data, but if it's self hosted, does it really make sense to have this limit? Make it optional at least?
@edgurgel
edgurgel commented
Yes, It is there to protect servers so that they don't get overloaded. I would accept a PR to make it configurable through Application env
(config.exs). Then users could simple say: my limit is 1 GB, etc