fixup! iteration limit for QueryID lookups
This commit is contained in:
parent
e91f317a8e
commit
df7423ce2e
|
@ -187,7 +187,7 @@ joinOnNewEntriesThread nsSTM = loop
|
|||
case queryLocalCache nsSnap cache 1 (getNid nsSnap) of
|
||||
-- empty cache, block until cache changes and then retry
|
||||
(FORWARD s) | Set.null s -> retry
|
||||
result -> pure (result, cache)
|
||||
result -> pure (result, cache)
|
||||
case lookupResult of
|
||||
-- already joined
|
||||
FOUND _ -> do
|
||||
|
|
Loading…
Reference in a new issue