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
In some cases, especially on testnets, with many validators or absence of active vals siren accumulates many priority logs. over time this slows down the request to the database and thus slows down the initial paint and rerenders.
With pagination we can display the first x amount of logs and as user scrolls call for additional.
The text was updated successfully, but these errors were encountered:
In some cases, especially on testnets, with many validators or absence of active vals siren accumulates many priority logs. over time this slows down the request to the database and thus slows down the initial paint and rerenders.
With pagination we can display the first x amount of logs and as user scrolls call for additional.
The text was updated successfully, but these errors were encountered: