Skip to content

Commit

Permalink
set batch size to one for vid issuer
Browse files Browse the repository at this point in the history
  • Loading branch information
kkmanos committed Nov 20, 2024
1 parent c565a45 commit 2d33d5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const config = {
skipConsent: false,
defaultCredentialConfigurationIds: [ "urn:credential:vid" ],
batchCredentialIssuance: {
batchSize: 5,
batchSize: 1,
}
},
presentationFlow: {
Expand Down

0 comments on commit 2d33d5f

Please # to comment.