Code

Handle last_update/interval in the core rather than in memstore.
authorSebastian Harl <sh@tokkee.org>
Tue, 13 Oct 2015 19:24:17 +0000 (21:24 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 13 Oct 2015 19:24:17 +0000 (21:24 +0200)
For this purpose, let the sdb_plugin_store_* functions fetch the latest
revision of the object to determine the last update interval and last
recorded interval. The memstore now expects both values to be passed in
whenever storing/updating an object.


No differences found