[ZEPPELIN-2538] update description

This commit is contained in:
Tinkoff DWH 2017-05-15 14:22:39 +05:00
parent a578874378
commit e770d261cd
2 changed files with 2 additions and 2 deletions

View file

@ -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>

View file

@ -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,