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)
commitb1208c38f5098db7fb76ee760b29b57d89366807
treed77876cbaf81d5f1a9c926a5dac4ae125a183969
parent6e5f65caf34e2171af701e25206d42186b7640ff
store: Consider objects too old if the new timestamp matches the old.

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.
src/core/store.c
t/unit/core/store_test.c