mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
chore(seed): remove timeLimit and memoryLimit from DockerConfig data
This commit is contained in:
parent
17c6be8a65
commit
82428bbd09
@ -21,8 +21,6 @@ const editorLanguageConfigData: Prisma.EditorLanguageConfigCreateInput[] = [
|
|||||||
image: "gcc",
|
image: "gcc",
|
||||||
tag: "latest",
|
tag: "latest",
|
||||||
workingDir: "/src",
|
workingDir: "/src",
|
||||||
timeLimit: 1000,
|
|
||||||
memoryLimit: 128,
|
|
||||||
compileOutputLimit: 1 * 1024 * 1024,
|
compileOutputLimit: 1 * 1024 * 1024,
|
||||||
runOutputLimit: 1 * 1024 * 1024,
|
runOutputLimit: 1 * 1024 * 1024,
|
||||||
},
|
},
|
||||||
@ -46,8 +44,6 @@ const editorLanguageConfigData: Prisma.EditorLanguageConfigCreateInput[] = [
|
|||||||
image: "gcc",
|
image: "gcc",
|
||||||
tag: "latest",
|
tag: "latest",
|
||||||
workingDir: "/src",
|
workingDir: "/src",
|
||||||
timeLimit: 1000,
|
|
||||||
memoryLimit: 128,
|
|
||||||
compileOutputLimit: 1 * 1024 * 1024,
|
compileOutputLimit: 1 * 1024 * 1024,
|
||||||
runOutputLimit: 1 * 1024 * 1024,
|
runOutputLimit: 1 * 1024 * 1024,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user