Skip to content

Commit

Permalink
make 5 mins
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaravel committed Dec 12, 2023
1 parent 9d513ad commit 7cf102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/clair/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func Boot(config *Config, slimMode bool) {
go func() {
defer wg.Add(-1)
var err error
db, err = database.OpenWithRetries(config.Database, true, 60, 15*time.Second)
db, err = database.OpenWithRetries(config.Database, true, 30, 10*time.Second)
if err != nil {
log.WithError(err).Fatal("Failed to open database despite multiple retries...")
}
Expand Down

0 comments on commit 7cf102b

Please sign in to comment.