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
Authored at: 2026-02-23 17:06:26 +0200
Change ID: msumxwsroyokwyslnwnswkvsvnyqrlqs
Parent: 0023ae8
M internal/config/config.go
ยทยทยท
        50
        50
         type CacheConfig struct {

      
        51
        51
         	HomePage time.Duration `yaml:"home_page"`

      
        52
        52
         	Readme   time.Duration `yaml:"readme"`

      
        53
        
        -	Diff     time.Duration `yaml:"duration"`

      
        
        53
        +	Diff     time.Duration `yaml:"diff"`

      
        54
        54
         }

      
        55
        55
         

      
        56
        56
         type Config struct {