We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 409b515 commit 241d798Copy full SHA for 241d798
configuration/defaults.go
@@ -42,7 +42,7 @@ func SetDefaults(settings *viper.Viper) {
42
43
// Sketch compilation
44
settings.SetDefault("sketch.always_export_binaries", false)
45
- settings.SetDefault("build_cache.ttl", time.Hour*24*7)
+ settings.SetDefault("build_cache.ttl", time.Hour*24*30)
46
settings.SetDefault("build_cache.compilations_before_purge", 10)
47
48
// daemon settings
0 commit comments