Skip to content

Commit 66a9d82

Browse files
committed
Bump log lines
1 parent fb3aff9 commit 66a9d82

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

Core/Defaults.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ addon.responses = {
3737
-- Option table defaults
3838
addon.defaults = {
3939
global = {
40-
logMaxEntries = 2000,
40+
logMaxEntries = 4000,
4141
log = {}, -- debug log
4242
verTestCandidates = {}, -- Stores received verTests
4343
errors = {},

core.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,6 @@ function RCLootCouncil:OnEnable()
311311
if self:VersionCompare(self.db.global.version, self.version) then self.db.global.oldVersion = self.db.global.version end
312312
self.db.global.version = self.version
313313

314-
self.db.global.logMaxEntries = self.defaults.global.logMaxEntries -- reset it now for zzz
315-
316-
if self.tVersion then
317-
self.db.global.logMaxEntries = 4000 -- bump it for test version
318-
end
319314
if self.db.global.tVersion and self.debug then -- recently ran a test version, so reset debugLog
320315
self.db.global.log = {}
321316
end

0 commit comments

Comments
 (0)