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
At the moment, the guidcheck() function re-reads the GUID cache file every time it's called, which is once per item, and therefore multiple times per invocation. It shouldn't do that - it should read the file once per invocation.
The text was updated successfully, but these errors were encountered:
At the moment, the
guidcheck()
function re-reads the GUID cache file every time it's called, which is once per item, and therefore multiple times per invocation. It shouldn't do that - it should read the file once per invocation.The text was updated successfully, but these errors were encountered: