Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 241d798

Browse filesBrowse files
author
Luca Bianconi
committed
fix: cache ttl duration
1 parent 409b515 commit 241d798
Copy full SHA for 241d798

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎configuration/defaults.go

Copy file name to clipboardExpand all lines: configuration/defaults.go
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.