命令 - CONFIG SET
更新配置项。
语法
CONFIG SET <config-variable> <config-value>
<config-variable>
定义配置项变量<config-value>
定义设置的值。
例子
展示
tx.autoRetry
的当前值:orientdb>
CONFIG GET tx.autoRetry
Remote configuration: tx.autoRetry = 1Change the
tx.autoRetry
value to5
:orientdb>
CONFIG SET tx.autoRetry 5
Remote configuration value changed correctly.Display new value:
orientdb>
CONFIG GET tx.autoRetry
Remote configuration: tx.autoRetry = 5
CONFIG
展示所有的值。CONFIG GET
命令展示当前值.更多其他命令,参考Console Commands.