Skip to content

Commit

Permalink
--check-tiles note about overestimating
Browse files Browse the repository at this point in the history
added note about --check-tiles overestimating tiles and remaining processing time
  • Loading branch information
jasendorf committed Mar 7, 2014
1 parent 796481f commit 2c5183e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/running.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,12 @@ is typically correct.
haven't, so each one is checked before it is rendered.

This is slightly slower than :option:`--no-tile-checks` due to the
additonaly disk-io involved in reading tile mtimes from the filesystem
additional disk-io involved in reading tile mtimes from the filesystem

Since this option also checks for erroneous tiles, **It is also useful after
you delete sections of your map, e.g. with worldedit, to delete tiles that
should no longer exist.**
should no longer exist.** Overviewer greatly overestimates tiles to be
rendered and time needed to complete.

The caveats with this option are the same as for :option:`--no-tile-checks`
with the additional caveat that tile timestamps in the filesystem must be
Expand Down

0 comments on commit 2c5183e

Please sign in to comment.