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
Everytime that the Board Manager is opened, the library list is fetched and rebuilt again, even if there were no changes since the previous fetch. This behaviour makes opening the library manager a slow process for those with no so great internet speeds and wastes data unnecessarily, furthermore, rebuilding the library list takes a bit of time, which is annoying.
Perhaps a Last-Modified header could be a good solution to this?