Skip to content
Snippets Groups Projects
Commit 31a3954b authored by Florent Gluck's avatar Florent Gluck
Browse files

nexus-exam forgot to revert token refresh every hour (instead of every 30sec.!)

parent a0a32f6c
Branches
No related tags found
No related merge requests found
...@@ -154,7 +154,7 @@ func refreshToken(parent fyne.Window) { ...@@ -154,7 +154,7 @@ func refreshToken(parent fyne.Window) {
u.Println(time.Now(), ": successfully refreshed token") u.Println(time.Now(), ": successfully refreshed token")
} }
token = refreshedToken token = refreshedToken
time.Sleep(30*time.Second) time.Sleep(1*time.Hour)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment