mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Socket.js
adding 'force new connection' line back into socket file
This commit is contained in:
parent
a2b5c38436
commit
f6baacfbe2
@ -79,6 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
||||
'connect timeout': 3000,
|
||||
'try multiple transports': false,
|
||||
'max reconneciton attemps': 3,
|
||||
'force new connection': true,
|
||||
'reconnection limit': 3000
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user