From issue ticket #8934 (**conflicting recommendations, likely typo**) :
> You say this. "Many devices now come with large internal drives. You can set Delivery Optimization to take better advantage of this space (especially if you have large numbers of devices) by changing the minimum file size to cache. If you have more than 30 devices in your local network or group, change it from the default 50 MB to 10 MB. If you have more than 100 devices (and are running Windows 10, version 1803 or later), set this value to 1 MB.
>
> To do this in Group Policy, go to Configuration\Policies\Administrative Templates\Windows Components\Delivery Optimization and set Minimum Peer Caching Content File Size to 100 (if you have more than 30 devices) or 1 (if you have more than 100 devices)."
>
> For the 30 device case, in the first paragraph, the recommendation is 10 MB, but in the second paragraph the instructions say set it to 100 MB. This is seriously confusing.
Thanks to steve-pence for reporting this value typo issue.
Proposed change:
- Change the recommended value "set Minimum Peer Caching Content File Size to 100" ==>> 10 (confirmed correct value)
Codestyle & Whitespace changes:
- Add missing MarkDown indent marker compatibility spacing (2 occurrences)
- Simplify numbers of blank lines paragraph spacing (no change in Rich text view and HTML conversion)
- Update name casing for DoSvc (Delivery Optimization Service)
Closes#8934