28 Sep
2018
28 Sep
'18
12:31 p.m.
Not sure what happened to that email. I used the gmail android app to send it... it somehow ended up being base64 encoded...
Still, mass unsubscribing the members by clicking Unsubscribe all made theinterface time out. Using the REST API succeeded unsubscribing all, but still made the Mailman web interface inaccessible.
How can I make Docker-mailman perform better, to avoid these timeouts.
You (currently) can't. The issue is that the rest API doesn't expose endpoints to do bulk operations. So the Frontend has to do a request per subscription.
If you want a perfomant (bulk) operation, you currently have to go through the mailman shell.