You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do some folder/file sharing (in order to accumulate emails to send)
Launch the script for flushing emails
Expected behaviour
There should not be infinite tries in re-sending failed emails.
Actual behaviour
The infinite loop in trying to send emails is making log file huge. Using a cron for sending emails makes it even worse. It also has impact on cpu usage since the script never ends (and new scripts are launched every-time the cron requires).
Steps to reproduce
Expected behaviour
There should not be infinite tries in re-sending failed emails.
Actual behaviour
The infinite loop in trying to send emails is making log file huge. Using a cron for sending emails makes it even worse. It also has impact on cpu usage since the script never ends (and new scripts are launched every-time the cron requires).
Server configuration
ownCloud version: 2.7.2
Logs
ownCloud log (data/owncloud.log)
The text was updated successfully, but these errors were encountered: