UpdateOptions.MaximumDeltasBeforeFallback Property
Declaring Type: UpdateOptions
Namespace: Velopack
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Sets the maximum number of deltas to consider before falling back to a full update. The default is 10. Set to a negative number to disable deltas.
public int? MaximumDeltasBeforeFallback { get; set; }
Property Value
Nullable<int>
Documentation generated by MdDocs