it's not clear if the TTL is in seconds or millis. ``` if ld.TTL > 0 { e := now.Add(time.Duration(ld.TTL) * time.Second) lock.ExpiresAt = &e } ``` I see its being cast to a Duration
it's not clear if the TTL is in seconds or millis.
I see its being cast to a Duration