Opened on 02/11/2016 at 02:14:00 PM

Closed on 02/15/2016 at 04:30:51 PM

#3650 closed change (invalid)

Don't store download counts beyond 4

Reported by: trev Assignee:
Priority: P3 Milestone:
Module: Core Keywords:
Cc: Kirill Blocked By:
Blocking: Platform: Unknown / Cross platform
Ready: no Confidential: no
Tester: Unknown Verified working: no
Review URL(s):

Description

Background

Our Downloader class will count and store the number of successful downloads for a resource. The download count is then sent to the server in order to allow recognizing issues, albeit truncated - any number beyond four becomes "4+".

What to change

Don't store exact download counts beyond four - we don't send them so storing them shouldn't be necessary either. Actually store "4+" instead. Make sure that existing exact counts are turned into "4+" on next download.

Attachments (0)

Change History (3)

comment:1 Changed on 02/11/2016 at 02:27:49 PM by trev

  • Ready unset

comment:2 Changed on 02/15/2016 at 11:18:08 AM by Kirill

  • Cc Kirill added

comment:3 Changed on 02/15/2016 at 04:30:51 PM by trev

  • Resolution set to invalid
  • Status changed from new to closed

Resolving as invalid, the idea is that in future the full count might be sent sometimes if the user opts into Telemetry.

Add Comment

Modify Ticket

Change Properties
Action
as closed .
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none).
 
Note: See TracTickets for help on using tickets.