Skip to content

Commit

Permalink
increased the credit balance amounts
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Jul 16, 2024
1 parent b2ce418 commit f9052f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/altair-db/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ export const DEFAULT_MAX_TEAM_COUNT = 1;
export const DEFAULT_MAX_TEAM_MEMBER_COUNT = 2;
export const DEFAULT_QUERY_REVISION_LIMIT = 10;

// TODO: Update quantities
export const INITIAL_CREDIT_BALANCE = 3;
export const MONTHLY_CREDIT_REFILL = 5;
// 1 credit = 1 query
export const INITIAL_CREDIT_BALANCE = 5;
export const MONTHLY_CREDIT_REFILL = 50;

0 comments on commit f9052f4

Please sign in to comment.