-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
featureNew functionality or improvementNew functionality or improvement
Milestone
Description
Not an issue, but a feature request. It would be convenient to be able to specify/override timeout values that you can currently set at the server level (timeout.server and timeout.client) when registering a route. We've run into cases where a specific route needs more time for slow upstream dependencies, but we'd rather not increase the timeout across the whole server. Maybe setting it in the config.timeout property in the route options.
server.route({
...
config: {
timeout: {
server: 4500
}
});Metadata
Metadata
Assignees
Labels
featureNew functionality or improvementNew functionality or improvement