mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-23 17:31:55 +01:00
Don't vacuum
This commit is contained in:
parent
0680b420e9
commit
88f951a0b8
@ -227,7 +227,7 @@ runStackageUpdate doNotUpload = do
|
|||||||
unless doNotUpload uploadSnapshotsJSON
|
unless doNotUpload uploadSnapshotsJSON
|
||||||
buildAndUploadHoogleDB doNotUpload
|
buildAndUploadHoogleDB doNotUpload
|
||||||
logInfo "Finished building and uploading Hoogle DBs"
|
logInfo "Finished building and uploading Hoogle DBs"
|
||||||
run $ mapM_ (`rawExecute` []) ["TRUNCATE TABLE latest_version", "COMMIT", "VACUUM", "BEGIN"]
|
run $ rawExecute "TRUNCATE TABLE latest_version" []
|
||||||
|
|
||||||
|
|
||||||
-- | This will look at 'global-hints.yaml' and will create core package getters that are reused
|
-- | This will look at 'global-hints.yaml' and will create core package getters that are reused
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user