itemSizeHardLimit shouldn't apply to Filesystem storage driver

packages/server/src/config.ts:

itemSizeHardLimit: 250000000, // Beyond this the Postgres driver will crash the app

Considering this limit exists due to Postgres, I'd like to request that this limit only be applied when that driver is in use.

I'd be willing to attempt a pull-request for this, if you'd consider accepting it.

1 Like