From 54465d4b318cf90ee92f5f4dee1c4b2af665f4d8 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Fri, 19 Dec 2014 14:22:13 -0500 Subject: [PATCH] Socket.js removing the line i added for the security patch per Matt's request --- awx/ui/static/lib/ansible/Socket.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/awx/ui/static/lib/ansible/Socket.js b/awx/ui/static/lib/ansible/Socket.js index ccbd4ec150..e077175ca4 100644 --- a/awx/ui/static/lib/ansible/Socket.js +++ b/awx/ui/static/lib/ansible/Socket.js @@ -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() {