diff options
author | Mark Felder <feld@feld.me> | 2024-02-15 09:45:48 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2024-02-15 09:54:52 -0500 |
commit | 0c5bec0493bc948a778ea5253e42713f1422742c (patch) | |
tree | d51b39dfdac128cc3913c91ff502732d34106d95 /changelog.d | |
parent | 4dd8a1a1ca08966a0729253ee070295f664f0e1f (diff) | |
download | pleroma-0c5bec0493bc948a778ea5253e42713f1422742c.tar.gz pleroma-0c5bec0493bc948a778ea5253e42713f1422742c.zip |
Support Bandit as an alternate HTTP backend to Cowboy. This is currently considered experimental, but may improve performance and resource usage.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/bandit.change | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/bandit.change b/changelog.d/bandit.change new file mode 100644 index 000000000..7a1104314 --- /dev/null +++ b/changelog.d/bandit.change @@ -0,0 +1 @@ +Support Bandit as an alternative to Cowboy for the HTTP server. |