From e653e9561a9a27d8c39fd173cdbaa87aa982fbb3 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 3 Mar 2015 16:56:09 -0500 Subject: [PATCH] changed reconnect limit to a greater length --- awx/ui/static/js/shared/Socket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/ui/static/js/shared/Socket.js b/awx/ui/static/js/shared/Socket.js index 581444a1be..63285175fe 100644 --- a/awx/ui/static/js/shared/Socket.js +++ b/awx/ui/static/js/shared/Socket.js @@ -81,7 +81,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities']) 'connect timeout': 3000, 'try multiple transports': false, 'max reconnection attempts': 3, - 'reconnection limit': 3000, + 'reconnection limit': 10000, 'force new connection': true });