Hi,
Currently, I am working on OrientDb 1.7.8.
My RoR application connects and queries databases in orientdb by calling Ofunctions through HTTP Rest API.
During our performance check, we found out that, when connecting through HTTP, there are several settings or configs which we can set and will help us to improve the ultimate response time from orientdb. For example: client.channel.minPool and client.channel.maxPool, db.minPool and db.maxPool etc.
However, when we tried to set modify these configs through console set command, we can get the updated configs for that config sessions. If we close and reopen the console, these configs set to default.
Please let us know how to set these values and exactly, what configs play an vital role when connecting orientdb through REST.
Thanks,
Nitish Gangal