We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54a3429 commit 7e502d5Copy full SHA for 7e502d5
cmd/sling/sling_update.go
@@ -221,7 +221,7 @@ func checkUpdate() {
221
)
222
respMap := map[string]string{}
223
g.JSONUnmarshal(respB, &respMap)
224
- if time.Now().Second()%4 != 0 && len(respMap) > 0 {
+ if time.Now().Second()%3 == 0 && len(respMap) > 0 {
225
updateVersion = respMap["version_latest"]
226
if isDevChannel {
227
if core.VersionSlash() != updateVersion && updateVersion != "" {
0 commit comments