all repos

mugit @ 280548e759b910d5128962bcef28f0d9ed56026b

🐮 git server that your cow will love
1 files changed, 1 insertions(+), 1 deletions(-)
config: fix yaml field for cache.diff
Author: Oleksandr Smirnov olexsmir@gmail.com
Committed at: 2026-02-23 17:07:04 +0200
Change ID: msumxwsroyokwyslnwnswkvsvnyqrlqs
Parent: 0023ae8
M internal/config/config.go

@@ -50,7 +50,7 @@

type CacheConfig struct { HomePage time.Duration `yaml:"home_page"` Readme time.Duration `yaml:"readme"` - Diff time.Duration `yaml:"duration"` + Diff time.Duration `yaml:"diff"` } type Config struct {