Set an upper limit on the number of rows returned for the query log (#3346)

This commit is contained in:
Adam Warner
2025-03-29 10:34:08 +00:00
committed by GitHub

View File

@@ -568,8 +568,8 @@ $(function () {
{ data: null, width: "10%", sortable: false, searchable: false },
],
lengthMenu: [
[10, 25, 50, 100, -1],
[10, 25, 50, 100, "All"],
[10, 25, 50, 100, 500, 1000],
[10, 25, 50, 100, 500, 1000],
],
stateSave: true,
stateDuration: 0,