mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
policy_cache.hpp
This commit is contained in:
@@ -64,7 +64,7 @@ public:
|
||||
uint64_t hash;
|
||||
STRPOOL_U64 token;
|
||||
|
||||
key = key_;
|
||||
key = std::string(key_);
|
||||
hash = wyhash(key_,keylen_,0xdeadbeef,_wyp);
|
||||
_cache.insert_or_assign(hash,val_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user