JOJ3-config-generator/joj3_config_generator/models/const.py
张泊明518370910136 6b5d941eb1
All checks were successful
build / build (pull_request) Successful in 2m35s
build / build (push) Successful in 2m38s
chore: move path to const
2025-03-02 15:01:31 -05:00

12 lines
331 B
Python

from pathlib import Path
from joj3_config_generator.models.common import Memory, Time
DEFAULT_CPU_LIMIT = Time("1s")
DEFAULT_MEMORY_LIMIT = Memory("128m")
DEFAULT_FILE_LIMIT = Memory("32m")
JOJ3_CONFIG_ROOT = Path("/home/tt/.config/joj")
TEAPOT_CONFIG_ROOT = Path("/home/tt/.config/teapot")
CACHE_ROOT = Path("/home/tt/.cache")