mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Mail queue - minor comment syntax error
This commit is contained in:
@@ -285,7 +285,8 @@ if (mysqli_num_rows($sql_queue) > 0) {
|
||||
/** =======================================================================
|
||||
* RETRIES: status = 2 (Failed), attempts < 4, wait 30 min
|
||||
* NOTE: Backoff is `email_failed_at <= NOW() - INTERVAL 30 MINUTE`
|
||||
* =======================================================================*/
|
||||
* =======================================================================
|
||||
*/
|
||||
$sql_failed_queue = mysqli_query(
|
||||
$mysqli,
|
||||
"SELECT * FROM email_queue
|
||||
|
||||
Reference in New Issue
Block a user