Commit 088125f
authored
feat: set default value for SpanLimit to 32k (#1768)
## Which problem is this PR solving?
Currently, Refinery has no default hard limit on the number of spans it
will buffer per trace. This means that giant traces can overload a
single Refinery node.
## Short description of the changes
- set 32k as the default value1 parent 1ae8442 commit 088125f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
| |||
0 commit comments