Perf optimization of caching
This commit is contained in:
parent
952ffd2163
commit
6b94447100
4 changed files with 6 additions and 5 deletions
|
@ -4,7 +4,7 @@ const fs = require("fs-extra");
|
|||
const zlib = require("zlib");
|
||||
const { encode, decode } = require("@msgpack/msgpack");
|
||||
|
||||
const Edition = 13;
|
||||
const Edition = 14;
|
||||
const MAX_AGE = 5;
|
||||
|
||||
class GfEntry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue