1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

Socket.js

removing 'force new connection' line again
This commit is contained in:
Jared Tabor 2015-01-05 16:07:08 -05:00
parent f6baacfbe2
commit 5d5213ba4c

View File

@ -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
});