1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

changed reconnect limit to a greater length

This commit is contained in:
Jared Tabor 2015-03-03 16:56:09 -05:00
parent 6087326bef
commit e653e9561a

View File

@ -81,7 +81,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
'connect timeout': 3000,
'try multiple transports': false,
'max reconnection attempts': 3,
'reconnection limit': 3000,
'reconnection limit': 10000,
'force new connection': true
});