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
The padList cache implemented in db/PadManager.js is never refreshed, so requests for e.g. listAllPads() will only ever return the list generated the first time the padManager is used. There should be a mechanism to refresh the cache.
The padList cache implemented in db/PadManager.js is never refreshed, so requests for e.g. listAllPads() will only ever return the list generated the first time the padManager is used. There should be a mechanism to refresh the cache.