Commit 1bfa3fda authored by Jacob Vosmaer's avatar Jacob Vosmaer

Increase batch_add_keys lock timeout to 300 seconds

parent 4d30c0c5
v2.6.4
- Increase batch_add_keys lock timeout to 300 seconds
v2.6.3
- Prevent keys with a very specific comment from accidentally being deleted.
......
......@@ -53,7 +53,7 @@ class GitlabKeys
end
def batch_add_keys
lock do
lock(300) do # Allow 300 seconds (5 minutes) for batch_add_keys
open(auth_file, 'a') do |file|
stdin.each_line do |input|
tokens = input.strip.split("\t")
......
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