(2017-11-19-周日 23:40:18)
假如一個元素的的間隔為200天,延期因子為1.1,最大間隔設(shè)置為5天,按理想計算是:此元素的延期為200×10%=20天,遠超“最大間隔”設(shè)置的5天,根據(jù)延期的設(shè)置,該元素將只延遲5天。
Maximum interval puts a ceiling on the length of the delay interval. For example, if you choose the delay of 1.1 on an element with the interval of 200 days, and the maximum interval is 5 days, the element will be delayed only by 5 days (instead of the 20 days produced by multiplying the original interval by the delay factor).
最大間隔在延遲間隔的長度上加上一個上限。例如,如果選擇一個間隔為200天的元素的延遲為1.1,最大間隔為5天,則該元素將只延遲5天(而不是由延遲因子乘以原間隔所產(chǎn)生的20天)。