mirror of
https://github.com/ansible/awx.git
synced 2026-05-18 06:47:41 -02:30
fixed spelling error on websocket configs
spelling changed from 'max reconneciton attemps' to 'max reconnection attempts'
This commit is contained in:
@@ -79,7 +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 reconnection attempts': 3,
|
||||||
'reconnection limit': 3000
|
'reconnection limit': 3000
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user