Rename retry_max left overs to retries

This commit is contained in:
Shinya Maeda 2018-07-04 13:29:47 +09:00
parent 202c2c6aef
commit 7b06877330
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ module Ci
def lock_params
["trace_write:#{build_id}:chunks:#{chunk_index}",
{ ttl: WRITE_LOCK_TTL,
retry_max: WRITE_LOCK_RETRY,
retries: WRITE_LOCK_RETRY,
sleep_sec: WRITE_LOCK_SLEEP }]
end
end