python-trio / trio-asyncio

a re-implementation of the asyncio mainloop on top of Trio
Other
188 stars 38 forks source link

Use an infinite queue_len by default, and advise against reducing it #141

Closed oremanj closed 8 months ago

oremanj commented 8 months ago

Fixes #130. It is unreasonably difficult to fail gracefully upon exceeding this limit, and stock asyncio has no similar limit, so be unlimited by default and encourage users not to change that. We still leave the queue_len option in case someone has a good use for it.