Wpp_Email_Manager::store_email() waits 500 seconds
-
Inside
Wpp_Email_Manager::store_email()
Seems like from 0.4 to 0.5 version this was changed:
usleep( 500 );
To:
sleep( 500 );
Usleep:
Delays program execution for the given number of microseconds.Sleep:
Delays the program execution for the given number of seconds.Could you maybe set it back to usleep? 500 secs seems a bit too much ??
- The topic ‘Wpp_Email_Manager::store_email() waits 500 seconds’ is closed to new replies.