Skip to content

Commit

Permalink
Disable experimental GC mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dphfox committed Aug 20, 2021
1 parent f25e199 commit e8c259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instances/New.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ local logWarn = require(Package.Logging.logWarn)

local WEAK_KEYS_METATABLE = {__mode = "k"}

local ENABLE_EXPERIMENTAL_GC_MODE = true
local ENABLE_EXPERIMENTAL_GC_MODE = false

-- NOTE: this needs to be weakly held so gc isn't inhibited
local overrideParents: {[Instance]: Types.StateOrValue<Instance>} = setmetatable({}, WEAK_KEYS_METATABLE)
Expand Down

0 comments on commit e8c259c

Please sign in to comment.