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 f09bdd2 commit 7444c81Copy full SHA for 7444c81
src/aleph/vm/orchestrator/utils.py
@@ -47,7 +47,6 @@ async def update_aggregate_settings():
47
global LAST_AGGREGATE_SETTINGS # noqa: PLW0603
48
global LAST_AGGREGATE_SETTINGS_FETCHED_AT # noqa: PLW0603
49
50
- LAST_AGGREGATE_SETTINGS = await fetch_aggregate_settings()
51
if (
52
not LAST_AGGREGATE_SETTINGS
53
or LAST_AGGREGATE_SETTINGS_FETCHED_AT
0 commit comments