Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Default space creation task always gets throttled #9487

Closed
BillCarsonFr opened this issue Feb 24, 2021 · 4 comments
Closed

Default space creation task always gets throttled #9487

BillCarsonFr opened this issue Feb 24, 2021 · 4 comments
Labels
A-Spaces Hierarchical organization of rooms

Comments

@BillCarsonFr
Copy link
Member

Description:

When creating a simple public space, the client will create 4 rooms in total (the space room + 3 default rooms)

Actual:
The 3rd room creation call will error with
{"errcode":"M_LIMIT_EXCEEDED","error":"Too Many Requests","retry_after_ms":8060}

=> As a consequence the creation experience is very slow

@BillCarsonFr BillCarsonFr added the A-Spaces Hierarchical organization of rooms label Feb 24, 2021
@ShadowJonathan
Copy link
Contributor

We got a meta-issue for this (just) now, thanks for notifying tho 👍

@jaywink
Copy link
Member

jaywink commented Apr 9, 2021

This also happens when adding rooms to an existing space - on my homeserver 10 is the most I can add at a time (v1.31.0) and the rest silently fail as the rate limiter kicks in. It doesn't look like Element retries the rate limited additions (v1.7.24.1).

@clokep
Copy link
Member

clokep commented Apr 20, 2021

As mentioned above, I believe this should be better in Synapse v1.31.0 where the burst rate limits were increased from 3 -> 10 in #9674. So I think from my POV this is done (as creating 4 rooms at once should be fine)?

@clokep
Copy link
Member

clokep commented Apr 30, 2021

I'm going to close this since the default should work fine now.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Spaces Hierarchical organization of rooms
Projects
None yet
Development

No branches or pull requests

4 participants