Skip to content

Commit 7444c81

Browse files
committed
Fix buggy settings aggregate cache implementation
1 parent f09bdd2 commit 7444c81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph/vm/orchestrator/utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ async def update_aggregate_settings():
4747
global LAST_AGGREGATE_SETTINGS # noqa: PLW0603
4848
global LAST_AGGREGATE_SETTINGS_FETCHED_AT # noqa: PLW0603
4949

50-
LAST_AGGREGATE_SETTINGS = await fetch_aggregate_settings()
5150
if (
5251
not LAST_AGGREGATE_SETTINGS
5352
or LAST_AGGREGATE_SETTINGS_FETCHED_AT

0 commit comments

Comments
 (0)