Aaron Duce

Results 3 comments of Aaron Duce

facing this issue after writing a multi handler uploadHandler. ```ts const uploadRamsHandler = unstable_composeUploadHandlers( unstable_createFileUploadHandler({ maxPartSize: 25_000_000, directory: './private/rams/' }), unstable_createMemoryUploadHandler() ); const uploadAssociationsHandler = unstable_composeUploadHandlers( unstable_createFileUploadHandler({ maxPartSize: 25_000_000, directory:...

Even creating brand new db with this custom configuration file -> 16k page size not 64k as set. ![Screenshot 2023-03-07 at 08 15 57](https://user-images.githubusercontent.com/20649108/223363683-b04ffaa9-72ee-4f5a-bf4e-f8df609fe481.png)