Skip to content

Commit

Permalink
Using the final token refresh frequency of one hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Nilsson committed Jul 24, 2024
1 parent b7de6a8 commit 62e6cd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion PILOTVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.10.32
3.8.1.33
4 changes: 2 additions & 2 deletions pilot/util/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

# Pilot version
RELEASE = '3' # released number should be fixed at 3 for Pilot 3
VERSION = '7' # version number is '1' for first release, '0' until then, increased for bigger updates
REVISION = '10' # revision number should be reset to '0' for every new version release, increased for small updates
VERSION = '8' # version number is '1' for first release, '0' until then, increased for bigger updates
REVISION = '1' # revision number should be reset to '0' for every new version release, increased for small updates
BUILD = '33' # build number should be reset to '1' for every new development cycle

SUCCESS = 0
Expand Down
4 changes: 2 additions & 2 deletions pilot/util/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -351,5 +351,5 @@ receiver_port: 61013

[Token]

# How often should the token be refreshed (in minutes)
download_check: 10
# How often should the token be refreshed (in seconds)
download_check: 3600

0 comments on commit 62e6cd8

Please sign in to comment.