gitlab-org--gitlab-foss/changelogs/unreleased/sh-disable-unnecessary-avatar-revalidation.yml
Stan Hu d4bdcfbf19 Disable project avatar validation if avatar has not changed
Every time a column in the projects table is changed, the Avatarable concern
would validate that the avatar file size was under 200K.  This not only delays
the database changes, but it also can lead to unrelated failures if the HTTP
request fails for some reason.

Closes #51053
2018-09-04 12:20:58 -07:00

5 lines
112 B
YAML

---
title: Disable project avatar validation if avatar has not changed
merge_request:
author:
type: performance