mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-923: Change defaultValue 5000 -> 60000
This commit is contained in:
parent
b70d650058
commit
be3e22ea75
1 changed files with 2 additions and 2 deletions
|
|
@ -7,8 +7,8 @@
|
|||
"shell.command.timeout.millisecs": {
|
||||
"envName": "SHELL_COMMAND_TIMEOUT",
|
||||
"propertyName": "shell.command.timeout.millisecs",
|
||||
"defaultValue": "5000",
|
||||
"description": "Shell command time out in millisecs. Default = 5000"
|
||||
"defaultValue": "60000",
|
||||
"description": "Shell command time out in millisecs. Default = 60000"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue