We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baddd3c commit e878dd0Copy full SHA for e878dd0
src/routes/transactionValidationRoute.js
@@ -6,10 +6,10 @@ const GH_ACCOUNT_AGE_MINIMUM_DAYS = 30;
6
const GH_MIN_PUBLIC_REPOS = 1;
7
const GH_MIN_FOLLOWERS = 0; // optional stricter
8
9
-const TRANSACTION_IP_LIMIT = 200;
10
-const TRANSACTION_WALLET_LIMIT = 100;
11
-const TRANSACTION_GITHUB_LIMIT = 100;
12
-const TRANSACTION_MONTHLY_LIMIT = 50;
+const TRANSACTION_IP_LIMIT = 300;
+const TRANSACTION_WALLET_LIMIT = 200;
+const TRANSACTION_GITHUB_LIMIT = 200;
+const TRANSACTION_MONTHLY_LIMIT = 100;
13
14
const router = express.Router();
15
0 commit comments