19 lines
555 B
TOML
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
|
|
|