mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Socket.js
removing the line i added for the security patch per Matt's request
This commit is contained in:
parent
c7c25250a7
commit
54465d4b31
@ -79,8 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
||||
'connect timeout': 3000,
|
||||
'try multiple transports': false,
|
||||
'max reconneciton attemps': 3,
|
||||
'reconnection limit': 3000,
|
||||
'force new connection': true,
|
||||
'reconnection limit': 3000
|
||||
});
|
||||
|
||||
self.socket.on('connection', function() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user