vc-authn-oidc
vc-authn-oidc copied to clipboard
Polling interval time reducing for better user experiance
Hi team, During verifying the credentials, in background polling is happening for every 20 secs. However in class constructor default value i can see as 10000msec. can some please help me understand from where that polling interval 20 sec is coming ?. From user perspective view, taking around 25 seconds for verification may not be the good user experience. where can i reduce that polling time ?
Thank you!
The setting is here; https://github.com/bcgov/vc-authn-oidc/blob/main/oidc-controller/src/VCAuthn/appsettings.json#L6
That value can be configured or overridden at runtime via any of the typical .net configuration settings methods.
An example of it being set can be found here; https://github.com/bcgov/vc-authn-oidc/blob/main/docker/docker-compose.yml#L94. The IDENTITY_SERVER_POLL_INTERVAL value is set in the ./manage script here; https://github.com/bcgov/vc-authn-oidc/blob/main/docker/manage#L182
Closing, please reopen if necessary.