Skip to content

Commit

Permalink
1m -> 500k unique_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
extreme4all committed Nov 6, 2023
1 parent da89b9f commit bc5f20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jobs/kafka/players/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async def get_data(self, url: str, params: dict) -> list[dict]:
async def main(self):
logger.info(f"starting: {self.__class__.__name__}")

unique_ids = deque(maxlen=1_000_000)
unique_ids = deque(maxlen=500_000)
last_day = datetime.now().date()
max_id = 0

Expand Down

0 comments on commit bc5f20a

Please sign in to comment.