From: Sebastian Harl Date: Fri, 4 Jul 2014 18:35:26 +0000 (+0200) Subject: store: Consider objects too old if the new timestamp matches the old. X-Git-Tag: sysdb-0.3.0~88 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;ds=sidebyside;h=b1208c38f5098db7fb76ee760b29b57d89366807;hp=b1208c38f5098db7fb76ee760b29b57d89366807;p=sysdb.git 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. ---