mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #2139 from Haokun-Chen/2134
fix to enable to change default value of TCP CONNECTION TIMEOUT
This commit is contained in:
commit
0ffa28dd98
@ -479,8 +479,8 @@ export default [
|
||||
else {
|
||||
// Everything else
|
||||
if (key !== 'LOG_AGGREGATOR_TCP_TIMEOUT' ||
|
||||
($scope.LOG_AGGREGATOR_PROTOCOL === 'https' ||
|
||||
$scope.LOG_AGGREGATOR_PROTOCOL === 'tcp')) {
|
||||
($scope.LOG_AGGREGATOR_PROTOCOL.value === 'https' ||
|
||||
$scope.LOG_AGGREGATOR_PROTOCOL.value === 'tcp')) {
|
||||
payload[key] = $scope[key];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user