Skip to content

Commit

Permalink
Raise worker version to 172 (also server side)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppigazzini committed Jun 27, 2022
1 parent 41b62d0 commit 6c283d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/fishtest/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
on how frequently the main instance flushes its run cache.
"""

WORKER_VERSION = 171
WORKER_VERSION = 172

flag_cache = {}

Expand Down
2 changes: 1 addition & 1 deletion worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)
from updater import update

WORKER_VERSION = 171
WORKER_VERSION = 172
HTTP_TIMEOUT = 30.0
INITIAL_RETRY_TIME = 15.0
THREAD_JOIN_TIMEOUT = 15.0
Expand Down

0 comments on commit 6c283d9

Please sign in to comment.