Skip to content

Commit

Permalink
Changed data clear interval to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jun 6, 2021
1 parent fe8541c commit 280d9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/controllers/connection_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import 'package:hds_overlay/services/connection/socket_server_stub.dart'
import 'package:tuple/tuple.dart';

class ConnectionController extends GetxController {
static const _dataClearInterval = 30000; // milliseconds
static const _dataClearInterval = 120000; // milliseconds

final _messages = Map<Tuple2<DataType, String>, DataMessage>().obs;
final _logs = <LogMessage>[].obs;
Expand Down

0 comments on commit 280d9c0

Please sign in to comment.