Max page access

Is there a maximum page access when your on a free hosting ?
How many concurrent clients are allowed?

We don’t have a limit on the literal number of concurrent clients, but we do have limits on:

  • The number of concurrent PHP processes being executed (value classified).
  • The number of times you are allowed to hit the maximum concurrent process limit (also classified).
  • The number of hits per day (50k).
2 Likes

So if I hit any of this limit what would happen to my account?
btw Thank you for your response @Admin :slight_smile:

Your site will be suspended for 24 hours.

4 Likes

Hitting the concurrent process limit will block new requests until some of the previous requests end. The other ones will indeed cause your account to be suspended.

3 Likes

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