Remove sync for each get

This commit is contained in:
lash 2022-05-05 14:22:21 +00:00
parent 01ad409077
commit cbf00281c6
Signed by: lash
GPG Key ID: 21D2E7BB88C2A746
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,5 @@
- 0.1.13
* Remove sync on each get
- 0.1.12
* Raise correct exception from index store exists check
- 0.1.11

View File

@ -83,7 +83,6 @@ class Store:
s = self.index_store.get(k)
err = None
try:
self.state_store.sync()
v = self.state_store.get(s)
except FileNotFoundError as e:
err = e

View File

@ -1,6 +1,6 @@
[metadata]
name = chainqueue
version = 0.1.12
version = 0.1.13
description = Generic blockchain transaction queue control
author = Louis Holbrook
author_email = dev@holbrook.no