Is it possible to change the interval between when a new post is made and when the email messages are sent out to users who are in mailing list mode? It seems to take about 10 minutes for emails to be sent. I would like to have this happen as close to instantly as is reasonably possible.
If I go into Sidekiq and add Jobs::NotifyMailingListSubscribers and Jobs::UserEmail to the queue, the messages are sent (and received) immediately, so I think that rules out any issues that could be caused by my SMTP server.