docs/: use tuningConfig (#10540)

This commit is contained in:
Pierre Carrier 2020-10-30 10:39:21 -04:00 committed by GitHub
parent 9c51047cc8
commit 835b328851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -165,7 +165,7 @@ The MySQL extension provides an implementation of an [SqlFirehose](../../ingesti
]
}
},
"tuningconfig": {
"tuningConfig": {
"type": "index_parallel"
}
}

View File

@ -144,9 +144,9 @@ The PostgreSQL extension provides an implementation of an [SqlFirehose](../../in
]
}
},
"tuningconfig": {
"tuningConfig": {
"type": "index_parallel"
}
}
}
```
```

View File

@ -157,7 +157,7 @@ A sample task is shown below:
"type": "json"
}
},
"tuningconfig": {
"tuningConfig": {
"type": "index_parallel",
"maxNumConcurrentSubTasks": 2
}