mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-02 17:57:06 +02:00
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. |
||
|---|---|---|
| .. | ||
| entities | ||
| migrations | ||
| repositories | ||
| utils | ||
| config.ts | ||
| ormconfig.ts | ||
| types.ts | ||