• How can we extend DataArchiver is limited to 10,000 records per execution

    We have a large amount of data in a table, and we need to delete items that are older than a certain threshold. After examining the code in the DbArchiver.php class, I noticed that there's a variable hardcoded without being configurable through config_override…