mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 08:18:41 +00:00
fix: 6ff83e810b
This commit is contained in:
parent
15a4b23b80
commit
252b2c0cdc
@ -488,7 +488,7 @@ class SyncProblemDataHandler {
|
||||
"extra_config" => DB::json_set(
|
||||
'extra_config',
|
||||
'$.time_limit',
|
||||
$this->final_problem_conf['time_limit'] ? (int)$this->final_problem_conf['time_limit'] : null,
|
||||
$this->final_problem_conf['time_limit'] ? (float)$this->final_problem_conf['time_limit'] : null,
|
||||
'$.memory_limit',
|
||||
$this->final_problem_conf['memory_limit'] ? (int)$this->final_problem_conf['memory_limit'] : null,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user