People can submit a file as many times as they want if it always keeps getting failed. We should have a daily submission limit per challenge phase. We should use max(total_limit, finished_limit) as total allowed submissions in a day, while also checking the current finished_limit.
People can submit a file as many times as they want if it always keeps getting failed. We should have a daily submission limit per challenge phase. We should use
max(total_limit, finished_limit)
as total allowed submissions in a day, while also checking the currentfinished_limit
.