insert cluster UUIDs when loading location logs, and omit when saving
Inline isClusterUUID for speed.
This commit is contained in:
parent
a4c9d4424c
commit
b3370a191c
4 changed files with 55 additions and 23 deletions
|
@ -9,9 +9,12 @@
|
|||
|
||||
module Logs.Cluster (
|
||||
ClusterUUID,
|
||||
isClusterUUID,
|
||||
fromClusterUUID,
|
||||
ClusterNodeUUID(..),
|
||||
getClusters,
|
||||
recordCluster,
|
||||
Clusters(..)
|
||||
) where
|
||||
|
||||
import qualified Annex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue