Skip to content

Commit

Permalink
Save Tue Jan 30 04:16:27 PM -03 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Arregui committed Jan 30, 2024
1 parent abac4ee commit adb37e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SYSTEM_PROPERTIES } from '../../ports/system-properties'
import { AppComponents, PROFILE_DURATION } from '../../types'
import SQL from 'sql-template-strings'

const PROFILE_CLEANUP_LIMIT = 1000
const PROFILE_CLEANUP_LIMIT = 10000

export class GarbageCollectionManager {
private LOGGER: ILoggerComponent.ILogger
Expand Down

0 comments on commit adb37e0

Please sign in to comment.