Update comment

This commit is contained in:
Gerhard 2015-02-13 17:32:17 +02:00
parent 3493a55653
commit d7629fef33
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ class WC_Tracker {
return;
}
} else {
// Make sure there is at least a 10 minute delay between override sends, we dont want duplicate calls due to double clicking links.
// Make sure there is at least a 1 hour delay between override sends, we dont want duplicate calls due to double clicking links.
$last_send = self::get_last_send_time();
if ( $last_send && $last_send > strtotime( '-1 hours' ) ) {
return;