Skip to content

Commit 7a563d3

Browse files
authored
Merge pull request #265 from DevanshuNEU/fix/bump-enterprise-limit
fix: bump enterprise function limit from 200k to 500k
2 parents 0011fff + 7e001ef commit 7a563d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/services/user_limits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class TierLimits:
6666
UserTier.ENTERPRISE: TierLimits(
6767
max_repos=None, # Unlimited
6868
max_files_per_repo=50000,
69-
max_functions_per_repo=200000,
69+
max_functions_per_repo=500000,
7070
playground_searches_per_day=None,
7171
max_team_members=None,
7272
priority_indexing=True,

0 commit comments

Comments
 (0)