Skip to content

allow setting separate timeout / max size for imports - fixes #479

dakkar requested to merge feature/479-longer-download-timeout into develop

What does this PR do?

downloadUrl can get optional timeout / max size overrides, the ImportNoteService passes them from config. So if you're using object storage and downloading large exports takes ages, you can set higher timeouts.

Contribution Guidelines By submitting this merge request, you agree to follow our Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines
  • I have made sure to test this pull request

Merge request reports