From 5d5213ba4cea540c603e6ab473ef003c6dd6b51c Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Mon, 5 Jan 2015 16:07:08 -0500 Subject: [PATCH] Socket.js removing 'force new connection' line again --- awx/ui/static/lib/ansible/Socket.js | 1 - 1 file changed, 1 deletion(-) diff --git a/awx/ui/static/lib/ansible/Socket.js b/awx/ui/static/lib/ansible/Socket.js index 01423f7964..e077175ca4 100644 --- a/awx/ui/static/lib/ansible/Socket.js +++ b/awx/ui/static/lib/ansible/Socket.js @@ -79,7 +79,6 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) 'connect timeout': 3000, 'try multiple transports': false, 'max reconneciton attemps': 3, - 'force new connection': true, 'reconnection limit': 3000 });