Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config to disable item blaster and set defaults #77

Open
markgibbons25 opened this issue Mar 3, 2021 · 2 comments
Open

Config to disable item blaster and set defaults #77

markgibbons25 opened this issue Mar 3, 2021 · 2 comments

Comments

@markgibbons25
Copy link

markgibbons25 commented Mar 3, 2021

I have found item blaster totally unreliable with missing items and items not appearing in the tree, and media blobs not copied, so as a blanket rule I just don't use it.
Can we have a config to disable it entirely in the UI, and also would like to be able to disable the event disabler by default as if you disable that the link DB goes out of sync.

@JeffDarchuk
Copy link
Owner

JeffDarchuk commented Mar 17, 2021

As part of config, as of 1.6.0-alpha1 you can use configuration file nodes to specify default options

				<DefaultChildren>true</DefaultChildren>
				<DefaultOverwrite>true</DefaultOverwrite>
				<DefaultRemoveLocalNotInRemote>false</DefaultRemoveLocalNotInRemote>
				<DefaultPullParent>true</DefaultPullParent>
				<DefaultEventDisabler>true</DefaultEventDisabler>
				<DefaultBulkUpdate>true</DefaultBulkUpdate>
				<DefaultUseItemBlaster>false</DefaultUseItemBlaster>
				<DefaultIgnoreRevId>false</DefaultIgnoreRevId>

in the Sidekick.ContentMigrator.Local.config

@markgibbons25
Copy link
Author

Thanks for this. Would be good to remove the item blaster entirely though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants