As mentioned by the developers the value 100 is used for custom attributes:
To avoid sprinkling literals in the codebase and improve its readability it is recommended to extract this literal to a constant, something like this:
And replacing it in the following lines: here, here and here.
