Initiating cache size to 1000

pull/8/head
sgoudham 4 years ago
parent 3f9eb5a12d
commit cc984536bc

@ -83,7 +83,7 @@ class Bot(commands.Bot):
# Instance variables for cache # Instance variables for cache
self.enso_cache = {} self.enso_cache = {}
self.modmail_cache = {} self.modmail_cache = {}
self.member_cache = MyCoolCache(50) self.member_cache = MyCoolCache(1000)
async def create_connection(): async def create_connection():
"""Setting up connection using asyncpg""" """Setting up connection using asyncpg"""

Loading…
Cancel
Save