This commit is contained in:
voidlizard 2025-01-21 11:21:42 +03:00
parent bdc9fb80b3
commit d9cd91398a
1 changed files with 4 additions and 0 deletions

View File

@ -241,6 +241,10 @@ waitRepo timeout = do
Just (Just x) -> pure x
_ -> wait 2 next ()
notice $ "lwwref value" <+> pretty (lwwValue lww)
error "stop"
mf <- flip fix () $ \next _ -> do
notice $ "wait for manifest"
lift (try @_ @WalkMerkleError getRepoManifest) >>= \case