Increase global scan depth limit to 1000 Closes #4098
| @@ -4271,8 +4271,8 @@ | ||
| 4271 | 4271 | <small> |
| 4272 | 4272 | <span data-i18n="Scan Depth">Scan Depth</span> |
| 4273 | 4273 | </small> |
| 4274 | 4274 | <input class="neo-range-slider" type="range" id="world_info_depth" name="world_info_depth" min="0" max="1001000" step="1"> |
| 4275 | 4275 | <input class="neo-range-input" type="number" min="0" max="1001000" step="1" data-for="world_info_depth" id="world_info_depth_counter"> |
| 4276 | 4276 | </div> |
| 4277 | 4277 | |
| 4278 | 4278 | <div class="alignitemscenter flex-container flexFlowColumn flexGrow flexShrink gap0 flexBasis48p"> |