summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-09-04 10:42:13 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-09-04 10:42:13 +0100
commitb599562c479079df21d6ac41828dc84aee76f6ad (patch)
tree7a9c99b1746efa80c30fbcd816485cee8a51e233
parent3b74e1b82db8a40476775b757db56a2bba2e0596 (diff)
parentc8b50c63089cf280b5a9152e1725ef2930451731 (diff)
downloadgitlab-ce-docs-storage-counteer.tar.gz
Merge branch 'docs-storage-counteer' of https://gitlab.com/gitlab-org/gitlab-ce into docs-storage-counteerdocs-storage-counteer
* 'docs-storage-counteer' of https://gitlab.com/gitlab-org/gitlab-ce: Apply suggestion to doc/user/group/index.md Apply suggestion to doc/user/group/index.md
-rw-r--r--doc/user/group/index.md5
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)**