The Runtime section configures how Tangent executes and batches logs in memory before handing them to plugins.Documentation Index
Fetch the complete documentation index at: https://docs.telophasehq.com/llms.txt
Use this file to discover all available pages before exploring further.
Schema
Path to compiled plugins. Defaults to
plugins/.Maximum buffered size (KB) before flushing. Defaults to
256.Maximum time (ms) logs are buffered before flush. Defaults to
5.Number of worker threads to spawn. Defaults to the number of CPUs.
Example
tangent.yaml
🧠 Notes
batch_sizeandbatch_agetogether control flush cadence.workersdetermines concurrency; higher values increase throughput.