Save the state of the query log table infinitely (#3253)

This commit is contained in:
yubiuser
2025-02-23 17:06:26 +01:00
committed by GitHub

View File

@@ -572,6 +572,7 @@ $(function () {
[10, 25, 50, 100, "All"],
],
stateSave: true,
stateDuration: 0,
stateSaveCallback: function (settings, data) {
utils.stateSaveCallback("query_log_table", data);
},