Calculating correct page fetch timing offset (if it was a 304).

This commit is contained in:
Samuel Clay 2012-09-06 23:33:42 -07:00
parent 945b75ab36
commit 0772b74aa7

View file

@ -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