diff --git a/prisma/seed.ts b/prisma/seed.ts index 24e8810..8c00c9d 100644 --- a/prisma/seed.ts +++ b/prisma/seed.ts @@ -21,8 +21,6 @@ const editorLanguageConfigData: Prisma.EditorLanguageConfigCreateInput[] = [ image: "gcc", tag: "latest", workingDir: "/src", - timeLimit: 1000, - memoryLimit: 128, compileOutputLimit: 1 * 1024 * 1024, runOutputLimit: 1 * 1024 * 1024, }, @@ -46,8 +44,6 @@ const editorLanguageConfigData: Prisma.EditorLanguageConfigCreateInput[] = [ image: "gcc", tag: "latest", workingDir: "/src", - timeLimit: 1000, - memoryLimit: 128, compileOutputLimit: 1 * 1024 * 1024, runOutputLimit: 1 * 1024 * 1024, },