poitch / dart-matomo

A Dart Matomo Client
MIT License
20 stars 39 forks source link

Add an optional parameter to configure the interval of dequeuing the events #21

Closed svprdga closed 3 years ago

svprdga commented 3 years ago

The default value of dequeuing the events (10 seconds) is adding a lot of stress to a Matomo instance, specially for apps with tens of thousands of users.

I have added an optional parameter to configure this value.

This is a minor change since the consumers won't be forced to change anything unless they want to configure this value.

poitch commented 3 years ago

Thank you