Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflare setup can be faster via asyncio.gather #12

Closed
hellysmile opened this issue Jan 21, 2018 · 1 comment
Closed

Cloudflare setup can be faster via asyncio.gather #12

hellysmile opened this issue Jan 21, 2018 · 1 comment

Comments

@hellysmile
Copy link
Member

https://github.com/aio-libs/aiohttp-remotes/blob/master/aiohttp_remotes/cloudflare.py#L33

Can use asyncio.gather to get faster setup time

@asvetlov
Copy link
Member

Who cares?
It is one shot fetch on initialization time.
On other hand gather complicates code readability.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants