Closed st3fan closed 6 years ago
This is also a dupe of #94. When a day passes since the last ping was sent, at least one ping will get uploaded. Afterwards, we'll increment the upload count before checking if we've exceeded the MaxNumberOfPingUploadsPerDay
threshold. This is how that value is exceeding the threshold (it is not checked until after the first ping is uploaded).
Probably related to #95. I grabbed Fennec's App Container and when I look in the preferences.plist, I see this:
This should not be possible since
MaxNumberOfPingUploadsPerDay
is set to100
.