The syncDb() function in TransactionSyncManager currently processes login_activities records using individual insert operations in a forEach loop, while all other tables use bulk insert methods. This causes severe performance degradation and timeout failures when syncing large datasets.
✗ Failed login_activities sync after 548348ms: timeout
The syncDb() function in TransactionSyncManager currently processes login_activities records using individual insert operations in a forEach loop, while all other tables use bulk insert methods. This causes severe performance degradation and timeout failures when syncing large datasets.
✗ Failed login_activities sync after 548348ms: timeout