Variable DEFAULT_SYNC_CONFIGConst

DEFAULT_SYNC_CONFIG: SyncConfig = ...

The default sync configuration.

export const DEFAULT_SYNC_CONFIG: SyncConfig = {
prioritizeAniListStatus: false,
prioritizeAniListProgress: true,
prioritizeAniListScore: true,
preserveCompletedStatus: true,
incrementalSync: false,
setPrivate: false,
autoPauseInactive: false,
autoPauseThreshold: 60,
customAutoPauseThreshold: 60,
updateStatus: true,
updateProgress: true,
overwriteExisting: false,
};