More outline cleanup changes (#1562)
This commit is contained in:
parent
880ff0deee
commit
c5d322709a
4 changed files with 126 additions and 28 deletions
|
@ -3,7 +3,7 @@ import zlib from "zlib";
|
|||
|
||||
import { encode, decode } from "@msgpack/msgpack";
|
||||
|
||||
const Edition = 23;
|
||||
const Edition = 24;
|
||||
const MAX_AGE = 16;
|
||||
class GfEntry {
|
||||
constructor(age, value) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue