mirror of
https://github.com/ansible/awx.git
synced 2026-03-26 21:35:01 -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,
|
'connect timeout': 3000,
|
||||||
'try multiple transports': false,
|
'try multiple transports': false,
|
||||||
'max reconneciton attemps': 3,
|
'max reconneciton attemps': 3,
|
||||||
|
'force new connection': true,
|
||||||
'reconnection limit': 3000
|
'reconnection limit': 3000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user