- π©πͺGermany hchonov πͺπΊπ©πͺπ§π¬
FYI this was a BC break and a new major release should have been created.
Importing a large csv file may fail by php timeout (before the batch progress bar appears).
Try to import a csv file of 10000+ rows (ie user entity) and set php max_execution_time to 60s (for example)
Change the batch process to use a single operation that goes through each row instead of N "add" operations.
make / update tests
None
None
None
Fixed
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
FYI this was a BC break and a new major release should have been created.