Skip to content

Commit 9a0f2df

Browse files
committed
🧰 chore[skip ci]: Remove TODOs
1 parent f1d36a6 commit 9a0f2df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/handler/submission.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ async def save_real_time_rank(
133133
for (username, data_region), rank_list in real_time_rank_map.items()
134134
]
135135
logger.info("updating real_time_rank field in ContestRecordArchive collection")
136-
# TODO OOM here
137136
await gather_with_limited_concurrency(tasks, max_con_num=5)
138137
logger.success(f"finished updating real_time_rank for {contest_name=}")
139138

@@ -194,7 +193,6 @@ async def save_submission(
194193
for submission in submissions
195194
]
196195
logger.info("updating Submission collection")
197-
# TODO OOM here
198196
await gather_with_limited_concurrency(tasks, max_con_num=5)
199197
# Old submissions may be rejudged, must be deleted here, or will cause error when plotting.
200198
await Submission.find(

0 commit comments

Comments
 (0)