fixed _maxMessagesCached after testing

This commit is contained in:
ggurdin 2024-07-31 13:08:48 -04:00
parent a431151a2b
commit 785dd47cd9
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -31,7 +31,7 @@ class MyAnalyticsController extends BaseController {
/// the max number of messages that will be cached before
/// an automatic update is triggered
final int _maxMessagesCached = 1;
final int _maxMessagesCached = 10;
/// the number of minutes before an automatic update is triggered
final int _minutesBeforeUpdate = 5;