Skip to content

Commit

Permalink
Full sync: Set chunk size of comments dynamically (#41350)
Browse files Browse the repository at this point in the history
* Move filter_objects_and_metadata_by_size to module class and use it by posts and comments

* changelog

* Fixed tests

* changelog

* ID for comments is not an int so let's cast before comparing

* Added tests for comments

* Id field for posts is ID

* Added tests to cover filter_objects_and_metadata_by_size

* Replace deprecated method

* Typo in docblocks

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/13050060760

Upstream-Ref: Automattic/jetpack@d705b87
  • Loading branch information
darssen authored and matticbot committed Jan 30, 2025
1 parent edcc1fe commit 5b886d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"automattic/jetpack-constants": "^3.0.1",
"automattic/jetpack-plans": "^0.5.1",
"automattic/jetpack-status": "^5.0.2",
"automattic/jetpack-sync": "^4.5.1-alpha",
"automattic/jetpack-sync": "^4.6.0-alpha",
"automattic/jetpack-protect-status": "^0.4.2"
},
"require-dev": {
Expand Down

0 comments on commit 5b886d2

Please sign in to comment.