gitlab-org--gitlab-foss/changelogs/unreleased/throttle-touching-of-objects.yml
Yorick Peterse 856447ccd3
Throttle the number of UPDATEs triggered by touch
This throttles the number of UPDATE queries that can be triggered by
calling "touch" on a Note, Issue, or MergeRequest. For Note objects we
also take care of updating the associated "noteable" relation in a
smarter way than Rails does by default.
2017-12-06 15:59:37 +01:00

5 lines
102 B
YAML

---
title: Throttle the number of UPDATEs triggered by touch
merge_request:
author:
type: performance