-
Notifications
You must be signed in to change notification settings - Fork 31
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
base: development
Are you sure you want to change the base?
Conversation
/deploy-review
|
@@ -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` | |
There was a problem hiding this comment.
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
…to fix/max-headers-size
895df0a
/deploy-review
|
Description:
increase max headers size
Issues:
Checklist:
fix(<scope>):
,feat(<scope>):
,feature(<scope>):
,chore(<scope>):
,hotfix(<scope>):
ore2e(<scope>):
. If contains breaking changes then the pull request name must start withfix(<scope>)!:
,feat(<scope>)!:
,feature(<scope>)!:
,chore(<scope>)!:
,hotfix(<scope>)!:
ore2e(<scope>)!:
where<scope>
is name of affected project:chat
,chat-e2e
,overlay
,shared
,sandbox-overlay
, etc.(Issue #<TICKET_ID>)
(comma-separated list of issues)