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