Limit to only 5 accounts? #149
Answered
by
rathlinus
europacafe
asked this question in
Q&A
-
|
It seems Bulwark allows me to add only five mail accounts. Is it really the limit? Could it be unlimited? |
Beta Was this translation helpful? Give feedback.
Answered by
rathlinus
Apr 4, 2026
Replies: 1 comment 2 replies
-
|
Each connected account maintains its own JMAP session and an EventSource for push notifications. More accounts means more open connections, which browsers cap at 6 concurrent HTTP/1.1 connections per host. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
chrilep
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Each connected account maintains its own JMAP session and an EventSource for push notifications. More accounts means more open connections, which browsers cap at 6 concurrent HTTP/1.1 connections per host.