Changed batch size back to default
This commit is contained in:
parent
b612e18955
commit
c211dd3b4a
@ -73,7 +73,7 @@ class RecordBatchStore(typing.Generic[T]):
|
|||||||
|
|
||||||
class Bot(discord.Client):
|
class Bot(discord.Client):
|
||||||
last_insert: dict[int, datetime] = {}
|
last_insert: dict[int, datetime] = {}
|
||||||
track_store: RecordBatchStore[SpotifyRecord] = RecordBatchStore(submit_records, 1)
|
track_store: RecordBatchStore[SpotifyRecord] = RecordBatchStore(submit_records)
|
||||||
|
|
||||||
async def on_ready(self):
|
async def on_ready(self):
|
||||||
logger.info(f"Logged in as {self.user}")
|
logger.info(f"Logged in as {self.user}")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user