如何更改 OrientDB Studio 超时

How to change OrientDB Studio timeout

OrientDB Studio(Web 界面)在它要您再次登录之前有很短的超时时间。在哪里可以更改超时时间? Google 没有帮助,搜索配置目录也没有任何结果。

编辑文件 <orientdb_folder>/config/orientdb-server-config.xml 并在 <orient-server><properties>...</properties></orient-server> 部分添加以下条目:

<entry value="9999999" name="network.http.sessionExpireTimeout"/>
<entry value="9999999" name="network.token.expireTimeout"/>

并重启服务器。这对我有用。