depth_limit set explicitly to 0 (unlimited)

This commit is contained in:
Karel Picman 2016-10-06 14:41:01 +02:00
parent 1e58b5f1ae
commit f2b47dcf3a

View File

@ -475,7 +475,7 @@ unless $onlyrepos
exit 1
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
log cmd
system_or_raise (cmd)