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
Currently, each time we try to get the ID of a folder, a global mutex is locked, and all the functions have to wait for it to be release. This happens even if they want to use totally different folders, and results in unnecessary waits.