Hi Guys,
We currently for reason I'm getting too many locks in the system (around 990 locks) and is making the system slow
most of these locks are on globals
I have a method that sets values in some globals every minute which I guess will place a lock on each one and expecting the system would just automatically release them afterward, use to be fine before but for some reason now the list of locks keeps growing, so is there way to just release the lock after setting values in my globals because I don't need them locked anyway?
.png)
Thanks
.png)


.png)
.png)



