Hacker plan has 14.3GB outbound data

Problem description:
I have 14.3GB of outbound data on the Hacker plan.

Expected behavior:
I should have 50GB of outbound data on the Hacker plan.

Actual behavior:
image

Steps to reproduce:
N/A

Bug appears at this link:
https://replit.com/account

Browser: Firefox
OS: Arch Linux
Device (Android, iOS, n/a leave blank):
Plan (Free, Hacker, Pro Plan):
Hacker

https://replit.com/pricing clearly states 50GB, not 14.3.

4 Likes

I can reproduce this as well.

3 Likes

we got Hacker plan near the end of the month, which it must account for

Resets on September 1

const GIB: f32 = 1073741824.;
const W_OUT_ADDONS: f32 = 10.;
fn main() {
    assert_eq!(
        ((15315012473. - W_OUT_ADDONS * GIB) / ((50. - W_OUT_ADDONS) * GIB)) * 31.,
        3.303993
    )
}

Where 15315012473 bytes is my current outbound data transfer limit: the base amount plus a Hacker boost for ~3.3 days of this 31-day month. :white_check_mark:

5 Likes

@UMARismyname is correct. The amount you are seeing is based on the prorated amount of egress for the month.

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

Just following up: this information was in fact correct and now that I am in a new month I have the full 50GB of outbound data.

2 Likes