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 fe7064d commit 3e3f4fdCopy full SHA for 3e3f4fd
mars/services/meta/api/oscar.py
@@ -237,7 +237,7 @@ async def get_band_chunks(self, band: BandType) -> List[str]:
237
238
class MetaAPI(BaseMetaAPI):
239
@classmethod
240
- @alru_cache(cache_exceptions=False)
+ @alru_cache(maxsize=1024, cache_exceptions=False)
241
async def create(cls, session_id: str, address: str) -> "MetaAPI":
242
"""
243
Create Meta API.
0 commit comments