This repository was archived by the owner on Feb 4, 2020. It is now read-only.
Commit 49b0bbf
Frerich Raabe
Optimized creating manifests
When creating manifests, we would first compute the list of included
files, then commpute the hash code of their contents and then call
ManifestRepository.getIncludesContentHashForFiles(). That function would
then re-compute the file hash for each file to see whether it's still
the same, but there's no point in doing so since we just computed the
hash!1 parent 6e5596a commit 49b0bbf
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | 211 | | |
213 | 212 | | |
214 | 213 | | |
| |||
1515 | 1514 | | |
1516 | 1515 | | |
1517 | 1516 | | |
1518 | | - | |
| 1517 | + | |
1519 | 1518 | | |
1520 | 1519 | | |
1521 | | - | |
| 1520 | + | |
| 1521 | + | |
| 1522 | + | |
1522 | 1523 | | |
1523 | 1524 | | |
1524 | 1525 | | |
| |||
0 commit comments