Commit f32d247
Vadim Belov
Remove compression algorithm check on chunk upload
Previously, uploading a chunk with a matching hash and storage module ID but a different compression algorithm would throw an exception. Now, the code simply returns if a matching chunk is found, regardless of the compression algorithm used.1 parent f9af6fb commit f32d247
1 file changed
Lines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | | - | |
457 | | - | |
| 456 | + | |
| 457 | + | |
458 | 458 | | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | 459 | | |
465 | 460 | | |
466 | 461 | | |
| |||
0 commit comments