dashed-slug.net › Forums › Full Node Multi Coin Adapter extension support › Cold Storage address balance no longer updating › Reply To: Cold Storage address balance no longer updating
May 2, 2019 at 9:14 am
#6247
alexg
Keymaster
Thank you for all your feedback!
WordPress normally clears transients when the delete_expired_transients
action fires, this is scheduled as a wp_cron event. I’m guessing that if for some reason cron is disabled, transients may not expire. I will investigate if forcing a call to delete_expired_transients()
every now and then helps. Also, if you are very low on memory it is possible that WordPress is crashing before getting to run the wp_cron tasks.
with regards