Skip to content

Commit

Permalink
fix: 20 seconds as a default is better than 10
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevallin committed Dec 19, 2020
1 parent 1fda6e5 commit 66e0009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local ADDON_DEFAULTS = {
debug = false,
test = false,
session = {
duration = 10,
duration = 20, -- 20 seconds by default (This number has been derived from testing in an actual raid setting)
maxroll = 100,
minroll = 1,
selfroll = true
Expand Down

0 comments on commit 66e0009

Please sign in to comment.