wsky / top-push

Message-push abstraction component, provide useful messaging components.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

auto adjust max flush message count once sending per client

wsky opened this issue · comments

Fixed max flush message count is design to protect server from busy and Untrusted client.

but, if pending clients is fewer, server will be too idle,

auto adjust this count by current pending client count maybe maximize server usage, low latency and #23