mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
Faster incoming/outgoing transaction checking
This commit is contained in:
parent
523fa1c569
commit
0902acf633
2 changed files with 3 additions and 3 deletions
|
@ -57,5 +57,5 @@ class WowCache:
|
|||
except:
|
||||
return {}
|
||||
|
||||
def set(self, key: str, data: dict, expiry = 300):
|
||||
def set(self, key: str, data: dict, expiry=300):
|
||||
self._cache.set(key, json.dumps(data, default=json_encoder), ex=expiry)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue