Comment out not ready image cleanup function

This commit is contained in:
Jason Streifling 2025-01-17 17:52:35 +01:00
parent ff36d65cc3
commit 7b9438233e

View File

@ -32,7 +32,7 @@ func main() {
sessions, sessionExpiryChan := f.StartSessions() sessions, sessionExpiryChan := f.StartSessions()
defer close(sessionExpiryChan) defer close(sessionExpiryChan)
go b.CleanUpImages(config) // go b.CleanUpImages(config)
mux := http.NewServeMux() mux := http.NewServeMux()
mux.Handle("/web/static/", http.StripPrefix("/web/static/", mux.Handle("/web/static/", http.StripPrefix("/web/static/",