Found a fix but I am not sure if it is a correct one. 

I added 

OGlobalConfiguration.NETWORK_SOCKET_TIMEOUT.setValue(60000);

        OGlobalConfiguration.NETWORK_LOCK_TIMEOUT.setValue(45000);



in my java code before connecting to the db from my client. 


Still I am wondering if is there any way to set this at db config file!





On Wednesday, October 21, 2015 at 2:13:19 PM UTC-7, Pradeep B K wrote:
>
> Hi All,
>
> Where can i set network.socketTimeout  and network.lockTimeout in 
> configuration file? I have added 
>
>                    <entry value="60000" name="network.socketTimeout"/>     
>       
>                     <entry value="45000" name="network.lockTimeout"/>
> in orientdb-server-config.xml under properties but when I check for the 
> socketTimeout from console still it is pointing to default value. 
>
>
> Regards,
>
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to