Skip to content

Commit ff272d1

Browse files
committed
Chore: Extend latest version cache expiration from 5 to 15 minutes
1 parent 74c6a0a commit ff272d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/stats/stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func Load() AppInformation {
8888

8989
// clear latest version cache after 5 minutes
9090
go func() {
91-
time.Sleep(5 * time.Minute)
91+
time.Sleep(15 * time.Minute)
9292
latestVersionCache = ""
9393
}()
9494
}

0 commit comments

Comments
 (0)