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
I have implemented the verificationBuilder function and it works great, thank you. I have however noticed that about every 3 minutes, it takes 10x the time to complete this function.
So my normal lambda function takes about 400ms to run, but on first run and approximately once every 3 minutes, on the 3 minute mark, it goes to 4000.
Does anyone know about this issue / able to shed any light on it?
Thanks very much!
The text was updated successfully, but these errors were encountered:
Hi @jrburcher , I believe we sorted this out. It's due resolving did:ethr's, which require querying the smart contract. The intermittent behavior is due to the default cache time.
Hi All,
I have implemented the verificationBuilder function and it works great, thank you. I have however noticed that about every 3 minutes, it takes 10x the time to complete this function.
So my normal lambda function takes about 400ms to run, but on first run and approximately once every 3 minutes, on the 3 minute mark, it goes to 4000.
Does anyone know about this issue / able to shed any light on it?
Thanks very much!
The text was updated successfully, but these errors were encountered: