This commit is contained in:
2025-10-31 11:19:49 -07:00
parent d7817dac75
commit 8c31125d5b
2 changed files with 15 additions and 22 deletions

View File

@@ -23,6 +23,7 @@ class ProjectCache:
return self._cache.copy()
def set_projects(self, projects):
print(f"Caching new projects: {len(projects)}")
"""Set projects in cache with current timestamp"""
with self._lock:
self._cache = projects.copy() if projects else {}