fix(build): remove impossible
This commit is contained in:
parent
4fa6b10db3
commit
90b38ca5dc
@ -101,7 +101,7 @@ splitQuery :: (Wrapped a, Wrapped c, Unwrapped a ~ Set b, Semigroup (Unwrapped c
|
||||
splitQuery rawQuery q
|
||||
| avsMaxQueryAtOnce >= Set.size s = rawQuery q
|
||||
| otherwise = do
|
||||
$logInfoS "AVS" $ "Splitting large query for input Set " <> tshow (Set.size s)
|
||||
-- $logInfoS "AVS" $ "Splitting large query for input Set " <> tshow (Set.size s) -- would require MonadLogger ClientM
|
||||
let (avsid1, avsid2) = Set.splitAt avsMaxQueryAtOnce s
|
||||
res1 <- rawQuery $ view _Unwrapped' avsid1
|
||||
res2 <- splitQuery rawQuery $ view _Unwrapped' avsid2
|
||||
|
||||
Reference in New Issue
Block a user