uSync
uSync copied to clipboard
Create summary dashboard when results set is large.
When you import/report on a lot of content the retrurned results object from usync is very large and it can either bring your browser to its needs or hit the response limits from asp.net .
We should have settings, so we only return summary information for large sync sets.
Will be in next release,

Adds two settings to the config 👍
"uSync": {
"Settings": {
"SummaryDashboard": true,
"SummaryLimit": 1000
},
}
- By default the summary dashboard will be off, but if any one handler returns more than 1000 results it will kick in.
- it will return a summary of the import and when summary dashboard is false, it will return any failures.
- with summary dashboard set to true it will not return the failures
Can download a version of the package now : https://dev.azure.com/jumoo/Public/_artifacts/feed/nightly/NuGet/uSync/overview/10.3.1-build.20221028.1
v10/11 have this in v11.0.1 and v10.3.2