6 lines
159 B
Python
6 lines
159 B
Python
|
|
"""Memory 富化 / compaction 产品常量 — 值来自 config/*.toml(SSOT)。"""
|
|||
|
|
|
|||
|
|
from app.core.app_config import app_config
|
|||
|
|
|
|||
|
|
memory = app_config.memory
|