Commit Graph

2 Commits

Author SHA1 Message Date
Ignacio Ballesteros
11ab8336e4 Fix Quartz port not being passed correctly
When CLI options --port/--ws-port were not provided, nil values were
being explicitly passed to Server.start_link, which caused Keyword.get
to return nil instead of the default. Now we only include port options
in the keyword list if they have actual values.
2026-02-21 21:50:13 +01:00
Ignacio Ballesteros
87fd311005 Add parallel export with configurable concurrency (default: 8)
Use Task.async_stream for parallel org->md export.
Configurable via EXPORT_CONCURRENCY env var or :export_concurrency config.
2026-02-21 21:37:27 +01:00