WikiMovimentoBrasil / deadlinkchecker

GNU General Public License v3.0
3 stars 1 forks source link

Refactor server-side code to make it asynchronous #31

Closed Alwoch closed 6 months ago

Alwoch commented 6 months ago

The current set up is synchronous and uses Threading to make requests to the urls. It will be changed to make it asynchronous by using the aiohttp package for making asynchronous requests with hopes of making the code execute faster.