Skip to content

Commit

Permalink
Removing vacuum query (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Feb 9, 2024
1 parent 7030791 commit d5d0a7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/controllers/item/shared/item-data-processing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ export const itemDataProcessing = async ({ projectName, scenarioName, itemId })
if (scenarioSettings.deleteSamples) {
logger.info(`Purging samples data, item_id: ${itemId}`)
await db.none(deleteSamples(itemId))
await db.none("VACUUM jtl.samples")
logger.info(`Samples purge completed, item_id: ${itemId} `)
}

Expand Down

0 comments on commit d5d0a7f

Please sign in to comment.