Tweaking the locking timings to see if it decreases starvation locks.
Change-Id: If62aa28d5652dc707a1eebee22a25353bcb76ae9
Signed-off-by: sousaedu <eduardo.sousa@canonical.com>
#log.file: /var/log/osm/ro.log
# time a ro_task at database remain locked, before expiring it must be re-locked with a write at database
-task_locked_time: 600
-task_max_locked_time: 7200 # lock is renewed until this maximum time
-task_relock_time: 30 # 30s before expiring lock time, it is re-locked again
+task_locked_time: 300
+task_max_locked_time: 1200 # lock is renewed until this maximum time
+task_relock_time: 15 # 30s before expiring lock time, it is re-locked again
[database]