mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-05-30 03:31:42 -04:00
better handling of subkey sequence numbers
This commit is contained in:
parent
64d0019e6e
commit
0b4de3ad13
9 changed files with 185 additions and 57 deletions
|
@ -8,6 +8,7 @@ const Map<String, LogLevel> _blocChangeLogLevels = {
|
|||
'ActiveConversationsBlocMapCubit': LogLevel.off,
|
||||
'DHTShortArrayCubit<Message>': LogLevel.off,
|
||||
'PersistentQueueCubit<Message>': LogLevel.off,
|
||||
'SingleContactMessagesCubit': LogLevel.off,
|
||||
};
|
||||
const Map<String, LogLevel> _blocCreateCloseLogLevels = {};
|
||||
const Map<String, LogLevel> _blocErrorLogLevels = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue