Currently the writes to disk use blocking io operations. This will likely be a problem on high volume feeds. Change this to use the `aiofiles` package.
Currently the writes to disk use blocking io operations. This will likely be a problem on high volume feeds.
Change this to use the
aiofilespackage.