FMCorz / moodle-block_xp

A gamification plugin for Moodle allowing students to gain experience points and level up.
https://levelup.plus/?ref=github
147 stars 41 forks source link

Clear static caches after running cron #22

Closed FMCorz closed 7 years ago

FMCorz commented 9 years ago

I noticed that the static caches for each instances would remain in memory, they should be flushed after processing them to limit the impact on memory usage during cron.

FMCorz commented 7 years ago

The DI container should take care of this.