feat: update agent match calculation, enable tag expansion in search, increase socket reconnect attempts, and disable profile title editing
This commit is contained in:
@@ -21,7 +21,7 @@ class SocketService {
|
||||
bool _isConnected = false;
|
||||
bool _intentionalDisconnect = false;
|
||||
int _reconnectAttempts = 0;
|
||||
static const _maxReconnectAttempts = 3;
|
||||
static const _maxReconnectAttempts = 5;
|
||||
String? _currentToken;
|
||||
|
||||
// Stream controllers for events
|
||||
|
||||
Reference in New Issue
Block a user