mikee47 / ConfigDB

Configuration database for Sming
GNU General Public License v3.0
2 stars 1 forks source link

Fix Store caching #28

Closed mikee47 closed 1 week ago

mikee47 commented 1 week ago

Repeated updates cause store to be reloaded. Use read cache for updates if there are no readers If there are, need to reload from storage.

mikee47 commented 1 week ago

Raise issue