You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, there is no limit on the number of preferences that can be updated in a single bulk update request. This could potentially lead to performance issues with large payloads.
Proposed Enhancement
Add a maximum limit to the number of preferences that can be updated in a single request to prevent potential performance issues.
Implementation Details
Add validation in the bulk update endpoint to limit the number of preferences to 100 per request
Return appropriate error message when the limit is exceeded
Context
Currently, there is no limit on the number of preferences that can be updated in a single bulk update request. This could potentially lead to performance issues with large payloads.
Proposed Enhancement
Add a maximum limit to the number of preferences that can be updated in a single request to prevent potential performance issues.
Implementation Details
Related Links
Additional Notes
This enhancement will help prevent potential performance issues and ensure the API remains stable under load.
/cc @Baalmart
The text was updated successfully, but these errors were encountered: