diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2023-07-28 15:25:47 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2023-07-28 15:25:47 +0000 |
commit | d14c45978119ba150ffff8abf6c87634ecb46c52 (patch) | |
tree | 2c816d3da0f83569a61533960c9059ee9e84e8da /views | |
parent | 15f0a2d2577949cd250aea54561b29634943468f (diff) | |
download | tagrss-d14c45978119ba150ffff8abf6c87634ecb46c52.tar tagrss-d14c45978119ba150ffff8abf6c87634ecb46c52.tar.gz tagrss-d14c45978119ba150ffff8abf6c87634ecb46c52.zip |
Stop feed fetching from blocking everything
We accomplished this by switching from gevent to cherrypy (should be possible
with gevent, but it wasn't worth the trouble) and shifting the HTTP request
part of the process out of the core TagRss class.
Also added a bit of logging, got rid of /delete_feed returning a spurious
success page in response to GET requests,
Diffstat (limited to 'views')
0 files changed, 0 insertions, 0 deletions