Code

store: Consider objects too old if the new timestamp matches the old.
authorSebastian Harl <sh@tokkee.org>
Fri, 4 Jul 2014 18:35:26 +0000 (20:35 +0200)
committerSebastian Harl <sh@tokkee.org>
Fri, 4 Jul 2014 18:35:26 +0000 (20:35 +0200)
In theory, this doesn't make a big difference as either approach will let the
result depend on the order of update operations. However, considering more
cases as too old will allow to ignore more stuff and, thus, avoid some work.


No differences found