diff options
author | Joey Hess <joey@kitenet.net> | 2014-07-10 17:06:04 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-07-10 17:06:04 -0400 |
commit | b873f05ca7e86344a28d269d682b7ffd8a88baca (patch) | |
tree | 2e1191a0e0ded12d30d913937e7335230e5fde9d /Backend/WORM.hs | |
parent | 490f52bbab0d6757dbe4b41bab2e39508899efea (diff) |
migrate: Avoid re-checksumming when migrating from hashE to hash backend.
Diffstat (limited to 'Backend/WORM.hs')
-rw-r--r-- | Backend/WORM.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/WORM.hs b/Backend/WORM.hs index 60db42f56..cc7123850 100644 --- a/Backend/WORM.hs +++ b/Backend/WORM.hs @@ -22,6 +22,7 @@ backend = Backend , getKey = keyValue , fsckKey = Nothing , canUpgradeKey = Nothing + , fastMigrate = Nothing } {- The key includes the file size, modification time, and the |