mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 19:28: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" => DB::json_set(
|
||||||
'extra_config',
|
'extra_config',
|
||||||
'$.time_limit',
|
'$.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',
|
'$.memory_limit',
|
||||||
$this->final_problem_conf['memory_limit'] ? (int)$this->final_problem_conf['memory_limit'] : null,
|
$this->final_problem_conf['memory_limit'] ? (int)$this->final_problem_conf['memory_limit'] : null,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user