Increase global scan depth limit to 1000 Closes #4098

6fe03d655fa4e4b3b6048d84b8dbd269c20ed2fb

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/index.html+2 -2
@@ -4271,8 +4271,8 @@
4271 <small>4271 <small>
4272 <span data-i18n="Scan Depth">Scan Depth</span>4272 <span data-i18n="Scan Depth">Scan Depth</span>
4273 </small>4273 </small>
4274 <input class="neo-range-slider" type="range" id="world_info_depth" name="world_info_depth" min="0" max="100" step="1">4274 <input class="neo-range-slider" type="range" id="world_info_depth" name="world_info_depth" min="0" max="1000" step="1">
4275 <input class="neo-range-input" type="number" min="0" max="100" step="1" data-for="world_info_depth" id="world_info_depth_counter">4275 <input class="neo-range-input" type="number" min="0" max="1000" step="1" data-for="world_info_depth" id="world_info_depth_counter">
4276 </div>4276 </div>
42774277
4278 <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p">4278 <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p">