update recipe list and disable git pulling

This commit is contained in:
Kenta420 2023-10-31 10:30:06 +07:00
parent 15e74d47e3
commit fea5f8452a
7 changed files with 171 additions and 133 deletions

View file

@ -36,7 +36,7 @@ func main() {
}()
// Spawn a goroutine to run git pull every 10 minutes
go RunGitRecipeWorker()
//go RunGitRecipeWorker()
err := s.Run()
if err != nil {