Skip to content

Commit b603561

Browse files
committed
Update POSCatalogSyncCoordinator.swift
1 parent b442512 commit b603561

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Modules/Sources/Yosemite/Tools/POS/POSCatalogSyncCoordinator.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ public protocol POSCatalogSyncCoordinatorProtocol {
2222
/// Performs a smart sync that decides between full and incremental sync based on the last full sync date
2323
/// - Parameters:
2424
/// - siteID: The site ID to sync catalog for
25-
/// - fullSyncMaxAge: Maximum age before a full sync is triggered. If the last full sync is older than this, performs full sync; otherwise, performs incremental sync
25+
/// - fullSyncMaxAge: Maximum age before a full sync is triggered. If the last full sync is older than this,
26+
/// performs full sync; otherwise, performs incremental sync
2627
/// - Throws: POSCatalogSyncError.syncAlreadyInProgress if a sync is already running for this site
2728
func performSmartSync(for siteID: Int64, fullSyncMaxAge: TimeInterval) async throws
2829
}

0 commit comments

Comments
 (0)