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

Update config documentation #426

Merged
merged 14 commits into from
Jun 11, 2019
Merged

Update config documentation #426

merged 14 commits into from
Jun 11, 2019

Conversation

kvosper
Copy link
Contributor

@kvosper kvosper commented Jun 7, 2019

No description provided.

@kvosper kvosper requested review from dvlato and mikkokar June 7, 2019 13:48
docs/user-guide/configure-overview.md Outdated Show resolved Hide resolved
docs/user-guide/configure-overview.md Outdated Show resolved Hide resolved
docs/user-guide/configure-overview.md Outdated Show resolved Hide resolved
docs/user-guide/configure-load-balancing.md Outdated Show resolved Hide resolved
docs/user-guide/configure-load-balancing.md Outdated Show resolved Hide resolved
docs/user-guide/configure-load-balancing.md Outdated Show resolved Hide resolved
# If set to 0, availableProcessors / 2 threads will be used
clientWorkerThreadsCount: 0
# Worker threads are those performing all the asynchronous I/O operation on the inbound channel.
# If set to 0, availableProcessors / 2 threads will be used
Copy link
Contributor

Choose a reason for hiding this comment

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

I think I would still remove this "If set to 0", as IIRC this was not the case here. Then let's change the example to something different from 0!

public int maxContentLength() {
return this.maxContentLength;
}

/**
* Time in milliseconds Styx Proxy Service waits for an incoming request from client.
Copy link
Contributor

Choose a reason for hiding this comment

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

This description is bit vague.

It would be worth clarifying that this parameter controls the amount of tolerated inactivity while the request is being received. If the client started sending the request, and then suddenly cuts it off, styx would detect this after requestTimeoutMillis.

@kvosper kvosper merged commit 6c5c0b3 into ExpediaGroup:master Jun 11, 2019
@kvosper kvosper deleted the update-config-documentation branch June 11, 2019 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants