Commit d6d25d2d authored by Kamil Trzciński's avatar Kamil Trzciński

Fix WRITE_LOCK_SLEEP

parent c5067b12
......@@ -13,7 +13,7 @@ module Ci
CHUNK_SIZE = 128.kilobytes
CHUNK_REDIS_TTL = 1.week
WRITE_LOCK_RETRY = 10
WRITE_LOCK_SLEEP = 5.milisecond
WRITE_LOCK_SLEEP = 0.01.second
WRITE_LOCK_TTL = 1.minute
enum data_store: {
......
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