We are issuing following RPC request to confd DB for lock operations
<lock>
<target>
<running/>
</target>
</lock>
Is there any configuration parameter in confd.conf file for this lock operations to release the lock?
Say after 5 minutes, confd should release this lock from the confd DB
Note: Using unlock RPC request we are able to do so. But we are looking for some idle timeout config for lock operation