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

Optimization: don't re-verify unchanged files #715

Merged
merged 2 commits into from Apr 2, 2016
Merged

Optimization: don't re-verify unchanged files #715

merged 2 commits into from Apr 2, 2016
Commits on Apr 2, 2016
  1. Optimization: don't re-verify unchanged files

    dcposch committed Apr 1, 2016
    Let the user specify known-good file modtimes. If the files modtime is at least
    that old, then the file hasn't changed and does not need to be re-verified.
    
    This is only valid in node when using FS backing storage, not in the browser
  2. Merge branch 'master' into dc/modtime

    feross committed Apr 2, 2016
You can’t perform that action at this time.