Document is too large, maximum is 10MiB

How do i set maximumAttachmentSize in new version? I’ve tried to:

config.set {maximumAttachmentSize = 10000000}

It’s maximumDocumentSize now

1 Like

Thanks you so much, where do i find documentation for this?

That’s the fun part, you don’t.

It should probably be added yeah.

2 Likes

i added maximumDocumentSize = 10000000 to my config inside CONFIG page, but this doesn’t seem to help. So i’ve essentially added:

config.set {maximumDocumentSize = 10000000}

Sorry for responding to an old post, but I was looking into this setting as well and I think I know why @birk had trouble with it.

I opened a Github issue to discuss this: Drag-and-drop/paste uploads ignore `maximumDocumentSize` configuration · Issue #1621 · silverbulletmd/silverbullet · GitHub

1 Like