niccokunzmann / first_timer_scraper

Find pull-requests and issues of first time contributors
http://firsttimers.quelltext.eu
GNU Affero General Public License v3.0
9 stars 15 forks source link

add multithreading #10

Open niccokunzmann opened 7 years ago

niccokunzmann commented 7 years ago

The bottle server is single threaded. This is bad if several people request at the same time. Add multithreading to the bottle server.