mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 05:01:09 -02:30
Socket.js
adding 'force new connection' line back into socket file
This commit is contained in:
@@ -79,6 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
||||
'connect timeout': 3000,
|
||||
'try multiple transports': false,
|
||||
'max reconneciton attemps': 3,
|
||||
'force new connection': true,
|
||||
'reconnection limit': 3000
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user