Skip to content

feat: raise maxDownloadBytes and inputLimits to 500MB#35

Open
chrip wants to merge 1 commit into
mainfrom
feat/210-max-filesize
Open

feat: raise maxDownloadBytes and inputLimits to 500MB#35
chrip wants to merge 1 commit into
mainfrom
feat/210-max-filesize

Conversation

@chrip

@chrip chrip commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Context

Companion PR to Euro-Office/DocumentServer#210 (raises the default file-size limits and makes them runtime-configurable). Both PRs must be merged together — the DocumentServer PR bumps the server submodule pointer to the commit introduced here.

What changes

Common/config/default.json:

  • FileConverter.converter.maxDownloadBytes: 100 MB → 500 MB
  • All four inputLimits uncompressed zip sizes (docx, xlsx, pptx, vsdx): 50 MB / 300 MB → 500 MB

These are the built-in defaults baked into the image. The DocumentServer entrypoints expose FILECONVERTER_MAX_DOWNLOAD_BYTES and FILECONVERTER_INPUT_LIMIT_UNCOMPRESSED env vars that override these values at runtime without needing to mount a config file.

Closes (companion): Euro-Office/DocumentServer#210

Assisted-by: ClaudeCode:claude-sonnet-4-6

Assisted-by: OpenCode:Qwen3.6-27B
Signed-off-by: Christoph Schaefer <christoph.schaefer@nextcloud.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant