Rin0913 / system-judge

An online judge system for testing systems and services, such as web, DNS, and mail servers.
Apache License 2.0
2 stars 0 forks source link

Add submission cooldown time #11

Open Rin0913 opened 1 day ago

Rin0913 commented 1 day ago

I think we should add two fields for each problem: min_cooldown_time and max_cooldown_time,

and calculate the actual cooldown time based on the system loading.

Rin0913 commented 22 hours ago

$C{max} - (C{max} - C_{min}) / (1 + (L) / 10)$ L = # of pending submission