We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4133a9b commit 1607438Copy full SHA for 1607438
cmd/xeol/cli/options/database.go
@@ -27,8 +27,8 @@ func DefaultDatabase(id clio.Identification) Database {
27
UpdateURL: internal.DBUpdateURL,
28
AutoUpdate: true,
29
ValidateAge: true,
30
- // After this period (5 days) the db data is considered stale
31
- MaxAllowedBuiltAge: time.Hour * 24 * 5,
+ // After this period (90 days) the db data is considered stale
+ MaxAllowedBuiltAge: time.Hour * 24 * 90,
32
}
33
34
0 commit comments