Add sleep time for update_decrypt_function

このコミットが含まれているのは:
Omar Roth 2018-12-28 09:55:02 -06:00
コミット 6b4ea53a32
2個のファイルの変更2行の追加1行の削除

ファイルの表示

@ -132,6 +132,8 @@ decrypt_function = [] of {name: String, value: Int32}
spawn do
update_decrypt_function do |function|
decrypt_function = function
sleep 1.minutes
Fiber.yield
end
end

ファイルの表示

@ -204,7 +204,6 @@ def update_decrypt_function
end
yield decrypt_function
Fiber.yield
end
end