♻️ Rebuilt cache system with nexus cache
This commit is contained in:
@@ -7,7 +7,6 @@ import (
|
||||
"syscall"
|
||||
|
||||
pkg "git.solsynth.dev/hypernet/interactive/pkg/internal"
|
||||
"git.solsynth.dev/hypernet/interactive/pkg/internal/cache"
|
||||
"git.solsynth.dev/hypernet/interactive/pkg/internal/gap"
|
||||
"git.solsynth.dev/hypernet/nexus/pkg/nex/sec"
|
||||
"github.com/fatih/color"
|
||||
@@ -72,11 +71,6 @@ func main() {
|
||||
quartz.AddFunc("@every 5m", services.FetchFediverseTimedTask)
|
||||
quartz.Start()
|
||||
|
||||
// Initialize cache
|
||||
if err := cache.NewStore(); err != nil {
|
||||
log.Fatal().Err(err).Msg("An error occurred when initializing cache.")
|
||||
}
|
||||
|
||||
// App
|
||||
go http.NewServer().Listen()
|
||||
|
||||
|
Reference in New Issue
Block a user