summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Lemon <james.kyle.lemon@gmail.com>2018-03-22 18:55:26 +0000
committerKyle Lemon <james.kyle.lemon@gmail.com>2018-03-22 18:55:26 +0000
commit50dcbf1a712b7bb178b3128699c010a90b44e1ab (patch)
treef4b9ce9dbd0b65e445cbebdea3594f62eff7655e
parent53d352aaf4ce7f0d2bcaf04cce5252b753ef7938 (diff)
downloadgitlab-ce-50dcbf1a712b7bb178b3128699c010a90b44e1ab.tar.gz
Update events.md with time period limit documentation
-rw-r--r--doc/api/events.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index 129af0afa35..f4d26c4de1c 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -42,6 +42,10 @@ Dates for the `before` and `after` parameters should be supplied in the followin
YYYY-MM-DD
```
+### Event Time Period Limit
+
+GitLab removes events older than 1 year from the events table for performance reasons. The range of 1 year was chosen because user contribution calendars only show contributions of the past year.
+
## List currently authenticated user's events
>**Note:** This endpoint was introduced in GitLab 9.3.