diff --git a/src/core/const.js b/src/core/const.js index 7caddaf..8ba9a4c 100644 --- a/src/core/const.js +++ b/src/core/const.js @@ -198,7 +198,7 @@ * @property {number} MANUAL - Garbage collection will need to be called manually */ GC_MODES: { - DEFAULT: 1, + DEFAULT: 0, AUTO: 0, MANUAL: 1, },