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

View file

@ -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