Skip to content

Commit

Permalink
Save the state of the query log table infinitely (#3253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubiuser authored Feb 23, 2025
2 parents 8d3792f + 002c39e commit 7ff982a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/js/queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ $(function () {
[10, 25, 50, 100, "All"],
],
stateSave: true,
stateDuration: 0,
stateSaveCallback: function (settings, data) {
utils.stateSaveCallback("query_log_table", data);
},
Expand Down

0 comments on commit 7ff982a

Please sign in to comment.