Skip to content

Commit

Permalink
Fix max collection length input
Browse files Browse the repository at this point in the history
  • Loading branch information
tareqimbasher committed Jun 30, 2024
1 parent 315dfcc commit 7a62266
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
value.bind="settings.results.maxCollectionSerializeLength"
placeholder="Default: 1000"
min="1"
max="10000"
max="100000"
oninput="validity.valid||(value='');"
style="max-width: 130px">
<span class="text-muted">
Expand Down

0 comments on commit 7a62266

Please sign in to comment.