Commit 156eba5
authored
chore: Change trace payload size limit from 3.2 MiB to 3.2 MB (#763)
Change trace payload size limit from 3.2 MiB (3.2 * 1024 * 1024) to 3.2
MB (3.2 * 1000 * 1000) because that's more commonly used in the
codebase.
https://github.com/search?q=org%3ADataDog%203200000&type=code1 parent 9301d9c commit 156eba5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments