Skip to content

Commit

Permalink
chore: 🤖 increase limit website loader
Browse files Browse the repository at this point in the history
  • Loading branch information
gmpetrov committed Nov 6, 2023
1 parent 917f9de commit f63893e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/lib/account-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const config: {
maxFileSize: 1000000, // 1 MB
maxDataProcessing: 5000000, // 5 MB
maxSummary: 10,
maxWebsiteURL: 10,
maxWebsiteURL: 25,
maxSeats: 1,
maxStoredTokens: 20000,
},
Expand All @@ -58,7 +58,7 @@ const config: {
maxFileSize: 5000000, // 5 MB
maxDataProcessing: 50000000, // 50 MB
maxSummary: 100,
maxWebsiteURL: 50,
maxWebsiteURL: 250,
maxSeats: 1,
maxStoredTokens: 30000000,
},
Expand All @@ -74,7 +74,7 @@ const config: {
maxFileSize: 10000000, // 10 MB
maxDataProcessing: 100000000, // 100 MB
maxSummary: 200,
maxWebsiteURL: 500,
maxWebsiteURL: 1000,
maxSeats: 3,
maxStoredTokens: 60000000,
},
Expand Down

1 comment on commit f63893e

@vercel
Copy link

@vercel vercel bot commented on f63893e Nov 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.