From 002c39ef785c60a9678bc23e9f7188b6798e7480 Mon Sep 17 00:00:00 2001 From: yubiuser Date: Sun, 23 Feb 2025 14:28:38 +0100 Subject: [PATCH] Save the state of the query log table infinitely Signed-off-by: yubiuser --- scripts/js/queries.js | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/js/queries.js b/scripts/js/queries.js index 4c3c7ca3f..d4dd7b91f 100644 --- a/scripts/js/queries.js +++ b/scripts/js/queries.js @@ -572,6 +572,7 @@ $(function () { [10, 25, 50, 100, "All"], ], stateSave: true, + stateDuration: 0, stateSaveCallback: function (settings, data) { utils.stateSaveCallback("query_log_table", data); },