throttleRefresh not working on meteor-tabular

First of all thanks for aldeed’s great effort and the package meteor-tabular but it seems there is a bug about throttleRefresh.

I have dataset that changes a lot and throttleRefresh is not working. When my server received 100requests in a second, datatable starts to freeze.

If I’m on a page where the datatable created for the same collection which gets update requests, Mongodb logs “subscription queries” repeatedly.

Is there anybody faced with the same problem or solution to throttle refresh?