Skip to content

Commit

Permalink
Sync Package: use Full_Sync_Immediately by default
Browse files Browse the repository at this point in the history
The new full sync pattern introduced in #13963 should now be the default way to perform a full sync. We will still support the original full sync by allow sites to use a filter.
  • Loading branch information
Rocco Tripaldi authored and Rocco Tripaldi committed Jan 15, 2020
1 parent 15d2b6b commit 2280a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sync/src/class-modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Modules {
'Automattic\\Jetpack\\Sync\\Modules\\Meta',
'Automattic\\Jetpack\\Sync\\Modules\\Plugins',
'Automattic\\Jetpack\\Sync\\Modules\\Stats',
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync',
'Automattic\\Jetpack\\Sync\\Modules\\Full_Sync_Immediately',
'Automattic\\Jetpack\\Sync\\Modules\\Term_Relationships',
);

Expand Down

0 comments on commit 2280a83

Please sign in to comment.