We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5b24e7 commit 018d842Copy full SHA for 018d842
lib/remote_input/downloader.rb
@@ -122,7 +122,7 @@ def download(output_path, &block)
122
# The process that acquired the lock will be exited before
123
# it stores its process ID.
124
elapsed_time = Time.now - lock_path.mtime
125
- valid_lock_path = (elapsed_time > 10)
+ valid_lock_path = (elapsed_time < 10)
126
else
127
begin
128
Process.getpgid(pid)
0 commit comments