Commit 66d5d922 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Improve comment

parent a28c84b4
...@@ -14,8 +14,8 @@ module Gitlab ...@@ -14,8 +14,8 @@ module Gitlab
# most once an hour). If the timeout is lower than how long your # most once an hour). If the timeout is lower than how long your
# operation may take then you cannot count on exclusivity. For example, # operation may take then you cannot count on exclusivity. For example,
# if the timeout is 10 seconds and you do an operation which may take 20 # if the timeout is 10 seconds and you do an operation which may take 20
# seconds then two overlapping operations may hold a lease at the # seconds then two overlapping operations may hold a lease for the same
# same time. # key at the same time.
# #
class ExclusiveLease class ExclusiveLease
def initialize(key, timeout:) def initialize(key, timeout:)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment