From e6603b7d9d9f10ae507d07f062a3be4a38bb92f6 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 4 Oct 2024 12:15:17 +0800 Subject: [PATCH] Update JOJ3 Configuration Schema --- JOJ3-Configuration-Schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JOJ3-Configuration-Schema.md b/JOJ3-Configuration-Schema.md index 7366592..fe833f8 100644 --- a/JOJ3-Configuration-Schema.md +++ b/JOJ3-Configuration-Schema.md @@ -102,8 +102,8 @@ limit.mem = 50 # set default mem limit (in MB) for all OJ test cases [[test_case]] filename = "case4.in" # filename of a test case with non-default setup score = 20 # non-default score -limit.cpu = 5s -limit.mem = 5M +limit.cpu = 5 +limit.mem = 5 [[test_case]] filename = "case10.in"