In the email-notifications setting I see option "Automatically (if you don't show up on the site for 2 days)"
It is here http://www.oxwall.org/email-notifications
But in the code I see
$this->service->fillSendQueue(24 * 3600);
Which is 1 day, not "2 days".
What is the correct period?