-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: Add reminders to notify iOS team on changing limits (#1028)
Closes #1026
- Loading branch information
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# Limit the number of incoming records (See issue #298/#333/#869) | ||
# NOTE: Make sure to alert the iOS team after altering any of these values | ||
# in production <https://github.com/mozilla-mobile/firefox-ios/issues> | ||
# * limits.MAX_REQUEST_BYTES | ||
# * limits.MAX_POST_REQCORDS | ||
# * limits.MAX_TOTAL_RECORDS | ||
# * limits.MAX_TOTAL_BYTES | ||
limits.max_total_records=1664 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters