diff options
-rw-r--r-- | doc/user/group/index.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/user/group/index.md b/doc/user/group/index.md index 89a57dca23a..25334f4369a 100644 --- a/doc/user/group/index.md +++ b/doc/user/group/index.md @@ -445,10 +445,11 @@ A group owner can check the aggregated storage usage for all the project in a gr ##### How is storage counted? -The storage total usage is updated after all relevant events that will affect its value. +The total usage of the storage is updated if any relevant event that +will affect its value is triggered (e.g., a commit push). For performance reasons, we may delay the update up to 1 hour and 30 minutes. -If your namespace shows `N/A` has the total storage usage, you can trigger a recalculation by pushing a commit to any project in that namespace. +If your namespace shows `N/A` as the total storage usage, you can trigger a recalculation by pushing a commit to any project in that namespace. ## User contribution analysis **(STARTER)** |