Skip to content

Commit

Permalink
STSMACOM-887: Change the request URL limit for REQUEST_URL_LIMIT due …
Browse files Browse the repository at this point in the history
…to increase to 8192.
  • Loading branch information
Dmytro-Melnyshyn committed Jan 21, 2025
1 parent d5f7dc3 commit b444c7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Check for `active` status of `<Settings>` navigation links independently from the applied href and query string. Query string should only be applied to active link. Refs STSMACOM-837.
* `<EditableListForm>` use `lodash.isEmpty` to check for empty `state.status` in re-initialization checks on component update. Fixes STSMACOM-876.
* `<NoteFields>` improve "Display as pop-up" markup and fix label a11y issue. Refs STSMACOM-882.
* Change the request URL limit for `REQUEST_URL_LIMIT` due to increase to 8192. Refs STSMACOM-887.

## [9.2.3] IN PROGRESS

Expand Down
3 changes: 2 additions & 1 deletion lib/SearchAndSort/requestUrlLimit.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export const REQUEST_URL_LIMIT = 4121;
// OKAPI-1198
export const REQUEST_URL_LIMIT = 8192;

Check failure on line 2 in lib/SearchAndSort/requestUrlLimit.js

View workflow job for this annotation

GitHub Actions / ui / Install and lint / Install and lint

Prefer default export

0 comments on commit b444c7d

Please sign in to comment.