mirror of
https://github.com/ansible/awx.git
synced 2026-03-04 18:21:03 -03:30
changed reconnect limit to a greater length
This commit is contained in:
@@ -81,7 +81,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
|||||||
'connect timeout': 3000,
|
'connect timeout': 3000,
|
||||||
'try multiple transports': false,
|
'try multiple transports': false,
|
||||||
'max reconnection attempts': 3,
|
'max reconnection attempts': 3,
|
||||||
'reconnection limit': 3000,
|
'reconnection limit': 10000,
|
||||||
'force new connection': true
|
'force new connection': true
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user