depth_limit set explicitly to 0 (unlimited)
This commit is contained in:
parent
1e58b5f1ae
commit
f2b47dcf3a
@ -475,7 +475,7 @@ unless $onlyrepos
|
|||||||
exit 1
|
exit 1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
cmd = "#{$omindex} -s #{lang} --db #{databasepath} #{filespath} --url /"
|
cmd = "#{$omindex} -s #{lang} --db #{databasepath} #{filespath} --url / --depth-limit=0"
|
||||||
cmd << ' -v' if $verbose > 0
|
cmd << ' -v' if $verbose > 0
|
||||||
log cmd
|
log cmd
|
||||||
system_or_raise (cmd)
|
system_or_raise (cmd)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user