Reputation: 6171
I just signed in to GitLab, created two private repos and when I try to create one more then I get:
The form contains the following error:
PG::QueryCanceled: ERROR: canceling statement due to statement timeout CONTEXT: while rechecking updated tuple (1,86) in relation "site_statistics" : UPDATE "site_statistics" SET "repositories_count" = "repositories_count"+1
Is there a project limit on free account?
Upvotes: 1
Views: 1689
Reputation: 69
i'm not sure but it's about 200MB per repo for free account, and about 10GB for payed account
Upvotes: 0
Reputation: 1326994
There is no limit on the number of private repos (as stated here)
But GitLab recently moved from Azure to Google Cloud Platform, and this message could be a side-effect.
It was seen before only in issue 30582 and was related to a filesystem problem.
Upvotes: 2