summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorDrew Blessing <drew@gitlab.com>2016-02-04 13:40:42 -0600
committerDrew Blessing <drew@gitlab.com>2016-02-04 13:41:42 -0600
commit5f38dbc026add6b4afd2d74b4b664d2c63e12222 (patch)
tree2181ee047efd15ebafe3dd5bd159ab12eecf9612 /CHANGELOG
parent3720b98e1bdea5901817dd7a58df532bd5e75077 (diff)
downloadgitlab-ce-5f38dbc026add6b4afd2d74b4b664d2c63e12222.tar.gz
Increase project import timeout from 4 minutes to 15 minutes
Many users were experiencing timeouts when we only allowed 4 minutes before a timeout. A 15 minute timeout is more than reasonable and prevents us from having to add a configuration for this. Fixes gitlab-org/gitlab-ee#246
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index b7e8822fdd6..76e776742b4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -14,6 +14,7 @@ v 8.5.0 (unreleased)
- Fix diff comments loaded by AJAX to load comment with diff in discussion tab
- Whitelist raw "abbr" elements when parsing Markdown (Benedict Etzel)
- Don't vendor minified JS
+ - Increase project import timeout to 15 minutes
- Display 404 error on group not found
- Track project import failure
- Support Two-factor Authentication for LDAP users