vanng822/gorlock

It should be possible to specify lock timeout

vanng822 opened this issue · 1 comments

Instead of hard coded we should have a default lock timeout (exported).

Acquire and Run should take in one more argument to specify the timeout.

Probably good with a global settings:
Setttings {
LockTimeout:
}

and a default settings with those current value