Locks for veRWA are set for 5 years, given no further actions on a lock are performed.  This 5 year period is an important duration, because it also determines the calculations for the decay in voting power a lock has.  In **VotingEscrow.sol**, the 5 year lock period is measured as 1825 days.  
Places where the 1785 day measurement is used:
There is a possibility that the protocol faces a case where locked funds are untouched and no new funds are locked across  a 5 year period.  In this last users standing scenario, the protocol theoretically is still responsible for calculating the final voting weights, allowing investors to maximize the utility of their locked funds regardless of the relevancy of the protocol.
Surprisingly, the maximum span the protocol can actually measure is less than 5 years, it is 255 weeks, which equates to 1785 days.  For those final 40 days and afterwards, for example, weights will be miscalculated, and, especially depending on the size of the funds locked, returns on those funds or supply totals will be miscalculated.
Increase the number of iterations to fully calculate weights through the 5 year period.
