Skip to content

Commit

Permalink
Increase user limit trust to 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed May 2, 2023
1 parent c79a5fd commit 3856f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trust.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import checkAccount from '~/common/checkAccount';
import checkOptions from '~/common/checkOptions';

const DEFAULT_USER_LIMIT_PERCENTAGE = 50;
const DEFAULT_USER_LIMIT_PERCENTAGE = 100;
const DEFAULT_ORG_LIMIT_PERCENTAGE = 100;

const DEFAULT_TRUST_LIMIT = 3;
Expand Down

0 comments on commit 3856f7e

Please sign in to comment.