feat: update agent match calculation, enable tag expansion in search, increase socket reconnect attempts, and disable profile title editing

This commit is contained in:
pradeepkumar
2026-03-31 05:32:22 +05:30
parent 8ee77420af
commit 2af7eca16a
3 changed files with 31 additions and 23 deletions

View File

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