Skip to content

Commit

Permalink
#684 prune db time measurment logging added
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Oct 26, 2022
1 parent f97c309 commit 26cfa2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arangodb-foxx-services/src/main/services/prune-database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,6 @@ export function pruneBefore(timestamp) {

const t3 = Date.now()
console.log(startCount - endCount, `dataSource objects deleted... in ${t3 - t2} ms`)
console.log(`[Spline] Complete Prune time: ${t3 - t1} ms`)
console.log('-------Purge completed-------')
}

0 comments on commit 26cfa2c

Please sign in to comment.