Skip to content

Commit 241d798

Browse files
author
Luca Bianconi
committed
fix: cache ttl duration
1 parent 409b515 commit 241d798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: configuration/defaults.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func SetDefaults(settings *viper.Viper) {
4242

4343
// Sketch compilation
4444
settings.SetDefault("sketch.always_export_binaries", false)
45-
settings.SetDefault("build_cache.ttl", time.Hour*24*7)
45+
settings.SetDefault("build_cache.ttl", time.Hour*24*30)
4646
settings.SetDefault("build_cache.compilations_before_purge", 10)
4747

4848
// daemon settings

0 commit comments

Comments
 (0)