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 a69dcf5 commit 85afea8Copy full SHA for 85afea8
web/src/app/api/v1/ads/impression/_post.ts
@@ -19,7 +19,7 @@ import type { NextRequest } from 'next/server'
19
20
// Revenue share: users get 75% of payout as credits
21
const AD_REVENUE_SHARE = 0.75
22
-const MINIMUM_CREDITS_GRANTED = 0.02
+const MINIMUM_CREDITS_GRANTED = 2
23
24
// Rate limiting: max impressions per user per hour
25
const MAX_IMPRESSIONS_PER_HOUR = 60
0 commit comments