mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-2538] update description
This commit is contained in:
parent
a578874378
commit
e770d261cd
2 changed files with 2 additions and 2 deletions
|
|
@ -131,7 +131,7 @@ The JDBC interpreter properties are defined by default like below.
|
|||
<tr>
|
||||
<td>default.completer.ttlInSeconds</td>
|
||||
<td>120</td>
|
||||
<td>Time to live sql completer in seconds</td>
|
||||
<td>Time to live sql completer in seconds (-1 to update everytime, 0 to disable update)</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"envName": null,
|
||||
"propertyName": "default.completer.ttlInSeconds",
|
||||
"defaultValue": "120",
|
||||
"description": "Time to live sql completer in seconds"
|
||||
"description": "Time to live sql completer in seconds (-1 to update everytime, 0 to disable update)"
|
||||
},
|
||||
"default.driver": {
|
||||
"envName": null,
|
||||
|
|
|
|||
Loading…
Reference in a new issue