-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Intelligent Storage Acceleration
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
title: Intelligent Storage Acceleration | ||
description: Intelligent Storage Acceleration | ||
ha_release: 2024.6 | ||
ha_category: | ||
- Other | ||
ha_codeowners: | ||
- '@bdraco' | ||
ha_domain: isal | ||
ha_integration_type: system | ||
ha_quality_scale: internal | ||
ha_iot_class: Local Push | ||
--- | ||
|
||
Intelligent Storage Acceleration (`isal`) is used for accelerating `aiohttp`. `zlib` is be a bottleneck for `aiohttp`, especially for websocket connections. | ||
|
||
## Configuration | ||
|
||
Configuration of this integration only applies to core install types. Container based installs already have `isal` pre-installed and no action is required. | ||
|
||
If your system supports [`isal`](https://github.com/pycompression/python-isal), it can be enabled with the following configuration: | ||
|
||
```yaml | ||
# Example configuration.yaml entry | ||
isal: | ||
``` |