n8n/packages/cli/src/databases
कारतोफ्फेलस्क्रिप्ट™ 329d22f5d1
fix(core): Reduce memory consumption on BinaryDataManager.init (#6633)
fix(core): Reduce memory consumption on BinaryDataManager.init

When there are a few thousand binary data file to delete, the `deleteMarkedFiles` and `deleteMarkedPersistedFiles` methods need a lot of memory to process these files, irrespective of if these files have any data or not.
2023-07-12 10:08:29 +02:00
..
entities feat: Migrate integer primary keys to nanoids (#6345) 2023-06-20 19:13:18 +02:00
migrations ci: Fix v1 banner migration (no-changelog) (#6628) 2023-07-10 11:10:44 +02:00
repositories fix(core): Reduce memory consumption on BinaryDataManager.init (#6633) 2023-07-12 10:08:29 +02:00
utils fix: Fix migrations for postgres and mysql (no-changelog) (#6600) 2023-07-05 14:40:35 +02:00
config.ts refactor(core): Delete boilerplate code across migrations (no-changelog) (#5254) 2023-05-05 11:28:59 +02:00
ormconfig.ts refactor: consolidate database configs (#4522) 2022-11-04 14:23:58 +01:00
types.ts fix(core): Remove typeorm patches, but still enforce transactions on every migration (#6594) 2023-07-05 11:26:49 +02:00