Skip to content

small thing #58

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

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion usync/01.uSync/20.guides/90.performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Occasionally an update in Umbraco or uSync functionality will cause us to make a
Checks are always faster then import operations, To minimize "false positives" in uSync when checking files, perform clean exports after you upgrade uSync minor versions (e.g 10.0 -> 10.1).
:::

## Turn off ExportOnSave if you don't use the files:
## Turn off ExportOnSave If You Don't Use the Files.

If you don't need the uSync files producing on the production site because you are never going to copy them down from production, then you can turn off all syncing.

Expand Down