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/URL.hs | |
parent | 490f52bbab0d6757dbe4b41bab2e39508899efea (diff) |
migrate: Avoid re-checksumming when migrating from hashE to hash backend.
Diffstat (limited to 'Backend/URL.hs')
-rw-r--r-- | Backend/URL.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Backend/URL.hs b/Backend/URL.hs index a8161c98d..4233c56bc 100644 --- a/Backend/URL.hs +++ b/Backend/URL.hs @@ -24,6 +24,7 @@ backend = Backend , getKey = const $ return Nothing , fsckKey = Nothing , canUpgradeKey = Nothing + , fastMigrate = Nothing } {- Every unique url has a corresponding key. -} |