mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
Calculating correct page fetch timing offset (if it was a 304).
This commit is contained in:
parent
945b75ab36
commit
0772b74aa7
1 changed files with 2 additions and 0 deletions
|
@ -330,6 +330,8 @@ class MAnalyticsFetcher(mongo.Document):
|
|||
icon -= page
|
||||
if page and feed_process:
|
||||
page -= feed_process
|
||||
elif page and feed_fetch:
|
||||
page -= feed_fetch
|
||||
if feed_process and feed_fetch:
|
||||
feed_process -= feed_fetch
|
||||
server_name = settings.SERVER_NAME
|
||||
|
|
Loading…
Add table
Reference in a new issue