Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize the handling of binary items #1321

Merged
merged 1 commit into from
Mar 10, 2018

Commits on Mar 6, 2018

  1. Optimize the handling of binary items

    When writing large binary items (e.g. audio or video files), creating a
    hard link pointing to the original avoids duplicating the data on disk.
    This is specially useful for large binary items.
    
    Hard linking will fail when the source file is not on the same device as
    the output directory (e.g. when /tmp is a tmpfs). In that case, fallback
    to the previous behavior of copying, what does duplicate the space, but
    should always work.
    terceiro committed Mar 6, 2018
    Configuration menu
    Copy the full SHA
    017dd43 View commit details
    Browse the repository at this point in the history