Mangatsu / server

🌕 Media server for storing, tagging and viewing doujinshi, manga, art collections and other galleries with API and user control. Written in Go.
GNU General Public License v3.0
43 stars 6 forks source link

Expiring cache #12

Closed CrescentKohana closed 2 years ago

CrescentKohana commented 2 years ago

Added support for deleting cached galleries with mutex https://github.com/Mangatsu/server/commit/06b38d8870a77d5b4f8de5217e261b8182fb22d2

CrescentKohana commented 2 years ago

Added support for periodically pruning the cache https://github.com/Mangatsu/server/commit/9621f5c7c8705817fe66ea69435baf573e1a3676 with mutex.