mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 06:18:23 +00:00
5 lines
384 B
Markdown
5 lines
384 B
Markdown
|
- 💥[Bugfix] Prevent infinite growth of course structure cache in Redis. (by @regisb)
|
||
|
- Redis is now configured with a maximum memory size of 4GB. If this is too low for your platform, you should increase this value using the new "redis-conf" patch.
|
||
|
- Make sure that course structure cache keys have an actual timeout.
|
||
|
- [Feature] Introduce the "redis-conf" patch. (by @regisb)
|