1
0
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:
Jared Tabor 2015-02-18 11:22:54 -05:00
parent 52385f7346
commit 6e18c6d3c0

View File

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