fixed _maxMessagesCached after testing
This commit is contained in:
parent
a431151a2b
commit
785dd47cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue