fixed _maxMessagesCached after testing

pull/1384/head
ggurdin 1 year ago
parent a431151a2b
commit 785dd47cd9
No known key found for this signature in database
GPG Key ID: A01CB41737CBB478

@ -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;

Loading…
Cancel
Save