Commit 7b068773 authored by Shinya Maeda's avatar Shinya Maeda

Rename retry_max left overs to retries

parent 202c2c6a
......@@ -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
......
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