##// END OF EJS Templates
persistent-nodemap: respect the mmap setting when refreshing data...
persistent-nodemap: respect the mmap setting when refreshing data After writing updated data, we reload the in-memory data. However, that logic was… wrong. We were doing file read when mmap was requested and when the configuration was requesting to not use mmap… we were using it. This should now be fine.

File last commit:

r51283:b88e9c70 default
r52158:85d96517 stable
Show More
clippy.toml
1 line | 16 B | application/toml | TOMLLexer
msrv = "1.61.0"