author | Sebastian Harl <sh@tokkee.org> | |
Fri, 4 Jul 2014 18:35:26 +0000 (20:35 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 4 Jul 2014 18:35:26 +0000 (20:35 +0200) | ||
commit | b1208c38f5098db7fb76ee760b29b57d89366807 | |
tree | d77876cbaf81d5f1a9c926a5dac4ae125a183969 | tree | snapshot |
parent | 6e5f65caf34e2171af701e25206d42186b7640ff | commit | diff |
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.
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 | diff | blob | history | |
t/unit/core/store_test.c | diff | blob | history |