Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(chat): increase max headers size (Issue #2852) #2871

Open
wants to merge 6 commits into
base: development
Choose a base branch
from

Conversation

Alexander-Kezik
Copy link
Contributor

@Alexander-Kezik Alexander-Kezik commented Dec 24, 2024

Description:

increase max headers size

Issues:

Checklist:

  • the pull request name complies with Conventional Commits
  • the pull request name starts with fix(<scope>):, feat(<scope>):, feature(<scope>):, chore(<scope>):, hotfix(<scope>): or e2e(<scope>):. If contains breaking changes then the pull request name must start with fix(<scope>)!:, feat(<scope>)!:, feature(<scope>)!:, chore(<scope>)!:, hotfix(<scope>)!: or e2e(<scope>)!: where <scope> is name of affected project: chat, chat-e2e, overlay, shared, sandbox-overlay, etc.
  • the pull request name ends with (Issue #<TICKET_ID>) (comma-separated list of issues)
  • I confirm that do not share any confidential information like API keys or any other secrets and private URLs

@IlyaBondar
Copy link
Collaborator

IlyaBondar commented Dec 26, 2024

/deploy-review

Environment URL: https://chat-ai-dial-chat-pr-2871.nightly-test.deltixhub.io
E2E tests status: success

@@ -131,6 +131,7 @@ AI DIAL Chat uses environment variables for configuration. All environment varia
| `SHOW_TOKEN_SUB` | No | Show token sub in refresh login error logs | `true`, `false` | `false` |
| `STORAGE_TYPE` | No | Type of storage used for getting and saving information generated by a user.<br />**Note**: currently, `api` is the only supported value. | `browserStorage`, `api` | `api` |
| `KEEP_ALIVE_TIMEOUT` | No | Determines the maximum time in milliseconds for an idle connection before it is closed by the server.<br />This is needed because infrastructures usually have a default keep alive timeout 60 seconds and the Next server should have a larger value.<br />**Note**: this variable is used only when running a `dockerfile`. | Any number string | `61000` |
| `MAX_HTTP_HEADERS_SIZE` | No | Defines the maximum size of headers for Next.js server. <br />**Note**: this variable is used only when running a `dockerfile`. | `32768` |
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to check that for our environments (local, Review, Staging) also is used default limit with 32 KB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working _priority_1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants