Enable fast, ad-free video hosting
on No mention of storage _limit_ as described in the Jetpack Premium or Professional plans.
When enabled, I see a 1TB limit on the video hosting with a sotrage size progress-type bar and an upgrade button. This upgrade button shows even on a Professional plan, this highest plan available on Jetpack.com.
N/A
Image link: http://cld.wthms.co/47eXzf
I was checking another feature related to a ticket on the Writing screen in Calypso and notices the bar.
This doesn't show on the wp-admin/admin.php?page=jetpack#/settings
for the same site so it is Calypso specific.
cc: @jmdodd
A starting point for folks looking at this is D5652-code and https://github.com/Automattic/wp-calypso/blob/2f2db040979e48885e342a09b68e49b5fb822b32/client/my-sites/site-settings/media-settings.jsx#L109-L120
I'd like to take a look at this if no one minds, I have a few ideas for how to fix.
@sirreal @dougaitken We've identified the problem and are discussing the best way to change this moving forward in p9F6qB-ww-p2 since it was a recent commit that changed this.
Outlined problem in depth in p9F6qB-ww-p2 and proposed solutions 😄
Updating with investigation from @rfaile313, this is not my work, all props to @rfaile313:
This problem was likely introduced in D13199-code which increased the value used to represent unlimited storage plans. Existing sites do not seem to have been updated so when a comparison is made to check for unlimited storage, it now fails.
This issue has been marked as stale and will be closed in seven days. This happened because:
You can keep the issue open by adding a comment. If you do, please provide additional context and explain why you’d like it to remain open. You can also close the issue yourself — if you do, please add a brief explanation.
@dougaitken I could be missing something, but the original report seems to be fixed now. I don't see 1TB limit anymore:
Could you confirm?
@arunsathiya my site doug.press
is on a Professional Jetpack plan, on the same section you've screenshotted, my site shows 0% of 1 TB used
Most helpful comment
Updating with investigation from @rfaile313, this is not my work, all props to @rfaile313:
This problem was likely introduced in D13199-code which increased the value used to represent unlimited storage plans. Existing sites do not seem to have been updated so when a comparison is made to check for unlimited storage, it now fails.