Skip to content

Commit

Permalink
Add Intelligent Storage Acceleration
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed May 4, 2024
1 parent 29c87a8 commit 0dc1e3e
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions source/_integrations/isal.markdown
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:
```

0 comments on commit 0dc1e3e

Please sign in to comment.