File tree 2 files changed +1
-6
lines changed 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ addon.responses = {
37
37
-- Option table defaults
38
38
addon .defaults = {
39
39
global = {
40
- logMaxEntries = 2000 ,
40
+ logMaxEntries = 4000 ,
41
41
log = {}, -- debug log
42
42
verTestCandidates = {}, -- Stores received verTests
43
43
errors = {},
Original file line number Diff line number Diff line change @@ -311,11 +311,6 @@ function RCLootCouncil:OnEnable()
311
311
if self :VersionCompare (self .db .global .version , self .version ) then self .db .global .oldVersion = self .db .global .version end
312
312
self .db .global .version = self .version
313
313
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
319
314
if self .db .global .tVersion and self .debug then -- recently ran a test version, so reset debugLog
320
315
self .db .global .log = {}
321
316
end
You can’t perform that action at this time.
0 commit comments