update comment

master
Oliver Tonnhofer 2013-06-05 13:27:23 +02:00
parent 4f4cba0174
commit 84ab38c33d
1 changed files with 2 additions and 1 deletions

3
cache/osm.go vendored
View File

@ -20,7 +20,8 @@ func init() {
// bunchSize defines how many coordinates should be stored in a
// single record. This is the maximum and a bunch will typically contain
// less coordinates (e.g. when nodes are removes).
// less coordinates (e.g. when nodes are removed from OSM or when you
// are working with an OSM extract).
//
// A higher number improves -read mode (writing the cache) but also
// increases the overhead during -write mode (reading coords).