feat: do not show nproc limit

This commit is contained in:
Paul Pan 2024-04-27 23:52:39 +08:00
parent 95a2ec9973
commit 27a08ff264
2 changed files with 0 additions and 5 deletions

View File

@ -4,7 +4,6 @@ import { api } from "./api";
export interface RuntimeInfo { export interface RuntimeInfo {
MemoryLimit: number; MemoryLimit: number;
NProcLimit: number;
TimeLimit: number; TimeLimit: number;
} }

View File

@ -105,10 +105,6 @@ export default function ProblemInfoMenu(props: ProblemInfoMenuProps) {
<Td>Memory Limit</Td> <Td>Memory Limit</Td>
<Td>{runtime.MemoryLimit} MB</Td> <Td>{runtime.MemoryLimit} MB</Td>
</Tr> </Tr>
<Tr>
<Td>Process Limit</Td>
<Td>{runtime.NProcLimit}</Td>
</Tr>
<Tr> <Tr>
<Td>Select</Td> <Td>Select</Td>
<Td> <Td>