From adb37e05bdaf28d9e119f075ac41581b1c5b3587 Mon Sep 17 00:00:00 2001 From: Hugo Arregui Date: Tue, 30 Jan 2024 16:16:27 -0300 Subject: [PATCH] Save Tue Jan 30 04:16:27 PM -03 2024 --- .../src/service/garbage-collection/GarbageCollectionManager.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/src/service/garbage-collection/GarbageCollectionManager.ts b/content/src/service/garbage-collection/GarbageCollectionManager.ts index ec511155d..68d38bcd8 100644 --- a/content/src/service/garbage-collection/GarbageCollectionManager.ts +++ b/content/src/service/garbage-collection/GarbageCollectionManager.ts @@ -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