• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

umputun / remark42 / 34792603382
84%
master: 84%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v1.17.1
DEFAULT BRANCH: master
Ran 14 Sep 2026 12:27AM UTC
Jobs 1
Files 54
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

14 Sep 2026 12:23AM UTC coverage: 84.241%. Remained the same
34792603382

push

github

web-flow
Stop capping cached responses at 64 KiB by default (#2250)

* Stop capping cached responses at 64 KiB by default

Previously, cache.max.value defaulted to 65536 bytes, and the limit had
never been enforced for the byte slices remark42 caches. lcw 2.1.0 began
measuring byte slices, which activated the cutoff: a /api/v1/find
response of 64 KiB or more was rebuilt on every request while smaller
pages stayed cached, and a page with 300 comments went from 4.6 ms to
200 ms median server time.

After this change, the default is 0, unlimited per value, which is the
behaviour every earlier release had in practice. cache.max.size still
caps the whole cache at 50 MB, and an explicit CACHE_MAX_VALUE keeps its
value.

* Isolate the cache defaults test from the caller's environment

go-flags reads env tags as defaults, so a CACHE_MAX_VALUE set in the
shell running the tests would replace the built-in default the test is
about. The test clears the four cache variables for its parse and
restores them on cleanup.

6035 of 7164 relevant lines covered (84.24%)

31.67 hits per line

Jobs
ID Job ID Ran Files Coverage
1 34792603382.1 14 Sep 2026 12:27AM UTC 54
84.24
GitHub Action Run
Source Files on build 34792603382
  • Tree
  • List 54
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 419ef4f0 on github
  • Prev Build on refs/tags/v1.17.0 (#34318392212)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc