We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e1e17a commit f3e12baCopy full SHA for f3e12ba
common/src/constants/limits.ts
@@ -5,7 +5,7 @@ export const MAX_DATE = new Date(86399999999999)
5
export const BILLING_PERIOD_DAYS = 30
6
export const SESSION_MAX_AGE_SECONDS = 30 * 24 * 60 * 60 // 30 days
7
export const SESSION_TIME_WINDOW_MS = 30 * 60 * 1000 // 30 minutes - used for matching sessions created around fingerprint creation
8
-export const CREDITS_REFERRAL_BONUS = 250
+export const CREDITS_REFERRAL_BONUS = 500
9
export const AFFILIATE_USER_REFFERAL_LIMIT = 500
10
11
// Default number of free credits granted per cycle
0 commit comments