Skip to content

Commit

Permalink
Clarify default
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikrothenberger committed Sep 13, 2024
1 parent 00880ff commit 3ce527b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/internet_identity/internet_identity.did
Original file line number Diff line number Diff line change
Expand Up @@ -210,9 +210,11 @@ type RateLimitConfig = record {
};

// Captcha configuration
// Default:
// - max_unsolved_captchas: 500
// - captcha_trigger: Static, CaptchaEnabled
type CaptchaConfig = record {
// Maximum number of unsolved captchas.
// Default: 500
max_unsolved_captchas : nat64;
// Configuration for when captcha protection should kick in.
captcha_trigger: variant {
Expand Down

0 comments on commit 3ce527b

Please sign in to comment.