Fix links (#2426)
This commit is contained in:
parent
5bf1bbed5b
commit
d1296366cf
|
|
@ -9,6 +9,7 @@
|
|||
|
||||
- [Attribute](#attribute)
|
||||
* [Attribute Limits](#attribute-limits)
|
||||
+ [Configurable Parameters](#configurable-parameters)
|
||||
+ [Exempt Entities](#exempt-entities)
|
||||
- [Attribute Collections](#attribute-collections)
|
||||
|
||||
|
|
@ -57,7 +58,7 @@ limits placed on attributes, they can quickly exhaust available memory, resultin
|
|||
in crashes that are difficult to recover from safely.
|
||||
|
||||
By default an SDK SHOULD apply truncation as per the list of
|
||||
[configurable parameters](#attribute-limits-configuration) below.
|
||||
[configurable parameters](#configurable-parameters) below.
|
||||
|
||||
If an SDK provides a way to:
|
||||
|
||||
|
|
@ -88,8 +89,7 @@ it isn't set, then the SDK MUST attempt to use the general limit. If neither are
|
|||
defined, then the SDK MUST try to use the model-specific limit default value,
|
||||
followed by the global limit default value.
|
||||
|
||||
<a name="attribute-limits-configuration"></a>
|
||||
**Configurable parameters:**
|
||||
#### Configurable Parameters
|
||||
|
||||
* `AttributeCountLimit` (Default=128) - Maximum allowed attribute count per record;
|
||||
* `AttributeValueLengthLimit` (Default=Infinity) - Maximum allowed attribute value length;
|
||||
|
|
|
|||
Loading…
Reference in New Issue