Rename retry_max left overs to retries
This commit is contained in:
parent
202c2c6aef
commit
7b06877330
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ module Ci
|
||||||
def lock_params
|
def lock_params
|
||||||
["trace_write:#{build_id}:chunks:#{chunk_index}",
|
["trace_write:#{build_id}:chunks:#{chunk_index}",
|
||||||
{ ttl: WRITE_LOCK_TTL,
|
{ ttl: WRITE_LOCK_TTL,
|
||||||
retry_max: WRITE_LOCK_RETRY,
|
retries: WRITE_LOCK_RETRY,
|
||||||
sleep_sec: WRITE_LOCK_SLEEP }]
|
sleep_sec: WRITE_LOCK_SLEEP }]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue