JOJ3-config-generator/joj3_config_generator/models/const.py
张泊明518370910136 8164e75058
All checks were successful
build / build (pull_request) Successful in 2m29s
build / build (push) Successful in 2m31s
feat: time & mem consts and defaults
2025-03-02 03:38:16 -05:00

6 lines
166 B
Python

from joj3_config_generator.models.common import Memory, Time
DEFAULT_CPU_LIMIT = Time("1s")
DEFAULT_MEMORY_LIMIT = Memory("128m")
DEFAULT_FILE_LIMIT = Memory("32m")