Skip to content

Commit

Permalink
Merge pull request #1217 from soutaro/wait
Browse files Browse the repository at this point in the history
No `timeout: nil`
  • Loading branch information
soutaro committed Sep 10, 2024
2 parents 9b99ccf + d7eecf4 commit 95da23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/steep/server/master.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ def kill

def enqueue_write_job(job)
Steep.logger.info { "Write_queue has #{write_queue.size} items"}
write_queue.push(job, timeout: nil)
write_queue.push(job) # steep:ignore InsufficientKeywordArguments
end

def work_done_progress(guid)
Expand Down

0 comments on commit 95da23f

Please sign in to comment.