This commit is contained in:
Dmitry Zuikov 2024-09-11 07:41:38 +03:00
parent 5e2dec479a
commit 57475829bb
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@ refchanExport = do
withState do withState do
what <- select_ @_ @FixmeExported [qc|select o,w,k,cast (v as text) from object order by o, k, v|] what <- select_ @_ @FixmeExported [qc|select o,w,k,cast (v as text) from object order by o, k, v|]
let chu = chunksOf 10000 what let chu = chunksOf 1000 what
for_ chu $ \x -> do for_ chu $ \x -> do