mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 09:51:09 +03:00
fixed spelling error on websocket configs
spelling changed from 'max reconneciton attemps' to 'max reconnection attempts'
This commit is contained in:
parent
52385f7346
commit
6e18c6d3c0
@ -79,7 +79,7 @@ angular.module('SocketIO', ['AuthService', 'Utilities'])
|
||||
},
|
||||
'connect timeout': 3000,
|
||||
'try multiple transports': false,
|
||||
'max reconneciton attemps': 3,
|
||||
'max reconnection attempts': 3,
|
||||
'reconnection limit': 3000
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user