Skip to content

Commit

Permalink
This is not coming back anytime soon
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Nov 25, 2023
1 parent 41a954c commit 0745f2d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@ func main() {
log.Println("Chunk consumer stopped")
wg.Done()
}()
// go func() {
// if loadedConfig.Reconstructor.Listen == "" {
// log.Println("Not starting reconstructor because listen address is empty")
// return
// }
// log.Println("Starting reconstructor")
// viewer.StartReconstructor(storages, &loadedConfig.Reconstructor)
// }()
wg.Add(1)
go func() {
ic = imagecache.NewImageCache(log.Default(), cfg.SubTree("imageCache"), ctx)
Expand Down

0 comments on commit 0745f2d

Please sign in to comment.