xiaomingzhang12 opened a new issue, #6662: URL: https://github.com/apache/incubator-devlake/issues/6662
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. ### What happened When 'timeAfter' is not set, each synchronization results in a full update. Using TAPD as an example, since there is no 'timeAfter' setting interaction in the EE front-end system, the first data synchronization involves full data collection without any issue. However, starting from the second synchronization, according to the logic of version 0.19, it should be an incremental update. But from version 0.20 onwards, it has been updating in full. ### What do you expect to happen The same logic of version 0.19 ### How to reproduce See above ### Anything else _No response_ ### Version 0.20 ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
