mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
This timeout should be included in docs
5bb38c89ae/zeppelin-zengine/src/main/java/org/apache/zeppelin/conf/ZeppelinConfiguration.java (L576)
This commit is contained in:
parent
0ab026e07b
commit
22aad28ab1
1 changed files with 6 additions and 0 deletions
|
|
@ -260,6 +260,12 @@ If both are defined, then the **environment variables** will take priority.
|
|||
<td>102400</td>
|
||||
<td>Output message from interpreter exceeding the limit will be truncated</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ZEPPELIN_INTERPRETER_CONNECT_TIMEOUT</td>
|
||||
<td>zeppelin.interpreter.connect.timeout</td>
|
||||
<td>30000</td>
|
||||
<td>Output message from interpreter exceeding the limit will be truncated</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>ZEPPELIN_WEBSOCKET_MAX_TEXT_MESSAGE_SIZE</td>
|
||||
<td>zeppelin.websocket.max.text.message.size</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue