17 lines
434 B
Markdown
17 lines
434 B
Markdown
---
|
|
title: APIServingWithRoute
|
|
content_type: feature_gate
|
|
_build:
|
|
list: never
|
|
render: false
|
|
|
|
stages:
|
|
- stage: alpha
|
|
defaultValue: false
|
|
fromVersion: "1.30"
|
|
---
|
|
This feature gate enables an API server performance improvement:
|
|
the API server can use separate goroutines (lightweight threads managed by the Go runtime)
|
|
to serve [**watch**](/docs/reference/using-api/api-concepts/#efficient-detection-of-changes)
|
|
requests.
|