- Property Manager name: Persistent Connections: Client to Edge
- Behavior version: The
v2023-01-05
rule format supports thepersistent_client_connection
behavior v1.1. - Rule format status: GA, stable
- Access: Read-only
- Allowed in includes: Yes
This behavior activates persistent connections between edge servers and clients, which allow for better performance and more efficient use of resources. Compare with the persistent_connection
behavior, which configures persistent connections for the entire journey from origin to edge to client. Contact Akamai Professional Services for help configuring either.
Warning. Disabling or removing this behavior may negatively affect performance.
Option | Type | Description | Requires | |
---|---|---|---|---|
enabled | boolean | Enables the persistent connections behavior. | {"displayType":"boolean","tag":"input","type":"checkbox"} | |
timeout | string (duration) | Specifies the timeout period after which edge server closes the persistent connection with the client, 500 seconds by default. | {"displayType":"string","tag":"input","type":"text"} {"if":{"attribute":"enabled","op":"eq","value":true}} |