summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
Diffstat (limited to 'script/core')
-rw-r--r--script/core/searcher.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/core/searcher.lua b/script/core/searcher.lua
index 0346ac94..16af5798 100644
--- a/script/core/searcher.lua
+++ b/script/core/searcher.lua
@@ -272,7 +272,7 @@ local function stop(status, msg)
end
local function checkSLock(status, slock, id, field)
- if noder.getIDLength(id) > 20 then
+ if noder.getIDLength(id) > 100 then
stop(status, 'too long!')
return false
end