File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/src/models/remote-config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ part 'user_preference_limits.g.dart';
2525/// - Saved Headlines: The limit applies to the total number of headlines
2626/// a user can save.
2727///
28- /// **Tiered Limits:**
28+ /// **Tiered Limits defaults :**
2929/// - **Guest User:**
3030/// - Followed Items (Countries, Sources, Categories): 5 each
3131/// - Saved Headlines: 10
@@ -36,7 +36,7 @@ part 'user_preference_limits.g.dart';
3636/// - Followed Items (Countries, Sources, Categories): 30 each
3737/// - Saved Headlines: 100
3838///
39- /// These limits are designed to balance performance (allowing fetching
39+ /// These limits are configurable to balance performance (allowing fetching
4040/// full objects within these limits) and feature differentiation across tiers.
4141/// Backend enforcement is crucial to prevent exceeding these limits.
4242/// {@endtemplate}
You can’t perform that action at this time.
0 commit comments