Increase reminder posts to 15

This commit is contained in:
2024-02-23 08:37:38 +11:00
parent ae42b4ad30
commit 191ab6979f
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ namespace :blog do
require "que"
command = Adamantium::GentlyRemindMe.new
command.call(limit: 5)
command.call(limit: 15)
end
end