stream icon indicating copy to clipboard operation
stream copied to clipboard

Export stops at 10,000 items

Open cbirdsong opened this issue 3 months ago • 2 comments

Bug Report

Expected Behavior

A CSV export should contain all the data Stream has.

Actual Behavior

The export is cut off at 10,000 items.

Steps to Reproduce the Problem

  1. Set a high-traffic site to retain data for enough time to log more than 10,000 items.
  2. Wait until there are more than 10,000 items.
  3. Export to CSV or JSON
  4. Open the exported file. You should find only 10,000 rows or items.

I have only seen this on one site

System Information

  • Stream plugin version: 4.0.0
  • WordPress version: 6.4.3
  • PHP version: 7.4
  • Browser: Firefox
  • Computer operating system: Mac OS

This would be largely sidestepped by fixing #1191

cbirdsong avatar Apr 02 '24 18:04 cbirdsong