Comment out not ready image cleanup function
This commit is contained in:
parent
ff36d65cc3
commit
7b9438233e
@ -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/",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user