Currently, the OPML import is done inside the POST request view function. For sufficiently large OPML files this results in huge delays and/or proxy timeouts. It'd be great, if OPML would be parsed asynchronously.
Currently, the OPML import is done inside the POST request view function.
For sufficiently large OPML files this results in huge delays and/or proxy timeouts.
It'd be great, if OPML would be parsed asynchronously.