You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I change line 8072 in thold_functions.php from: $total_rows = get_total_row_data($user_id, $sql, array(), 'thold_device');
to: $total_rows = get_total_row_data($user_id, $sql, array(), 'thold_device', 10);
or: $total_rows = db_fetch_cell($sql);
Narbar can update correctly, but this is not a good solution.
The narbar total_rows should be cached only before the next poller run, or just not cache it.
Describe the bug
Navigator will not be updated when content changes.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Navigator will be updated when content changes.
Plugin:
Desktop:
Additional context
It seems that the
get_total_row_data()
function causes the navigator to cache outdated information for 86400 seconds.The text was updated successfully, but these errors were encountered: