Skip to content
Snippets Groups Projects
  1. Mar 13, 2021
  2. Aug 12, 2020
    • Travis Ralston's avatar
      Use a slim memory profile for imports done with gdpr_import · c260888d
      Travis Ralston authored
      Instead of buffering all the export files into memory (which could be hundreds of gb) we buffer them in one at a time and hope that they don't contain extra information.
      
      On a 171mb export, this change used 45mb of memory at most. Previously the task would have required about 1gb. For larger (200gb+ exports) this is obviously better.
      c260888d
  3. Aug 06, 2020
  4. Apr 24, 2020
    • Jason Robinson's avatar
      Allow skipping user check in upload_controller.StoreDirect · 908c42bd
      Jason Robinson authored
      The new parameter `filterUserDuplicates` is set to true
      everywhere else except in the import_synapse call. This
      ensures direct duplicates from the same user will get
      stored in an import from Synapse situation when migrating
      to the mediarepo.
      
      Closes #241
      908c42bd
  5. Mar 26, 2020
  6. Mar 07, 2020
  7. Jan 05, 2020
  8. Jan 03, 2020
  9. Dec 28, 2019
  10. Dec 27, 2019
  11. Dec 25, 2019
Loading