mono/packages/media/cpp/config/postgres.toml
2026-04-13 18:16:06 +02:00

19 lines
555 B
TOML

[server]
port = 3333
url = "http://localhost:3333"
image_api_url = "http://localhost:3333"
[server.remote]
url = "https://service.polymech.info"
image_api_url = "https://service.polymech.info"
# -----------------------------------------------------------------------------
# System Hard Constraints & Throttle Limits (IPC / Threads / Buffers)
# -----------------------------------------------------------------------------
[system]
executor_threads = 12
http_concurrency_throttle = 15
queue_depth_max = 200
buffer_size_max = 52428800