summaryrefslogtreecommitdiff
path: root/script/parser/guide.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/parser/guide.lua')
-rw-r--r--script/parser/guide.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/parser/guide.lua b/script/parser/guide.lua
index b38adc61..8dacb2a4 100644
--- a/script/parser/guide.lua
+++ b/script/parser/guide.lua
@@ -2720,7 +2720,7 @@ function m.searchSameFields(status, simple, mode)
-- break
--end
m.checkSameSimple(status, simple, obj, start, force, mode, pushQueue)
- if max >= 10000 then
+ if max >= 100000 then
logWarn('Queue too large!')
break
end