File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments