By megachriz on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-3.x
Introduced in version:
8.x-3.0-beta3
Issue links:
Description:
This saves memory and storage space in the database. Instead, a reference to the feed is saved on the queue.
One caution for developers: if your module stores temporary data on a Feed object during an import, be sure to check if that still works as intended. That data could possibly get lost if an import takes multiple cron runs to complete.
Impacts:
Module developers