Skip to content

Commit abb9e35

Browse files
committed
duplicate
1 parent 6499829 commit abb9e35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/director/src/simcore_service_director/registry_cache_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ async def on_startup() -> None:
7474
_logger.info("Registry caching disabled")
7575
return
7676

77-
app.state.registry_cache = {}
7877
app.state.registry_cache_task = asyncio.get_event_loop().create_task(
7978
registry_caching_task(app)
8079
)

0 commit comments

Comments
 (0)