mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Don't vacuum
This commit is contained in:
parent
0680b420e9
commit
88f951a0b8
@ -227,7 +227,7 @@ runStackageUpdate doNotUpload = do
|
||||
unless doNotUpload uploadSnapshotsJSON
|
||||
buildAndUploadHoogleDB doNotUpload
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user