Modify ↓
#19375 closed enhancement (fixed)
[Patch] Avoid to download changesets contents twice
Reported by: | GerdP | Owned by: | GerdP |
---|---|---|---|
Priority: | normal | Milestone: | 20.11 |
Component: | Core | Version: | |
Keywords: | performance download | Cc: | Don-vip |
Description
The changeset manager stores the contents of changesets in a cache. This cache is not used when the content is needed to "Download changed objects", instead the data is downloaded again each time.
My understanding is that this is only needed when the changeset is still open.
Attachments (1)
Change History (6)
Changed 3 years ago by
Attachment: | 19375.patch added |
---|
comment:1 Changed 3 years ago by
comment:2 Changed 2 years ago by
Milestone: | → 20.10 |
---|---|
Owner: | changed from team to GerdP |
Status: | new → assigned |
comment:3 Changed 2 years ago by
There is a problem with the reload of discussions, anyway, see #18527.
Note: See
TracTickets for help on using
tickets.
Ah, I forgot the changeset discussions. So, only the download changed objects action should be changed...