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)
by , 5 years ago
Attachment: | 19375.patch added |
---|
comment:1 by , 5 years ago
comment:2 by , 4 years ago
Milestone: | → 20.10 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
Ah, I forgot the changeset discussions. So, only the download changed objects action should be changed...