mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
cc2c005fad
We've noticed that a trace that is captured over the full duration is too large to open on most machines. A trace.out captured over just the interval period (30s by default) should be a more than enough time to capture trace data.
4 lines
194 B
Plaintext
4 lines
194 B
Plaintext
```release-note:improvement
|
|
debug: reduce the capture time for trace to only a single interval instead of the full duration to make trace.out easier to open without running into OOM errors.
|
|
```
|