John Smith wrote: > I'm trying to work out how to know how many diffs per day there are so > that can be used to figure out how to keep up to date when things > flick over between days etc.
The state.txt files hold a timestamp field, so see if that's all you need for your needs. > What happens if there isn't a minutely file produced for say a couple > of days due to a script screwing up? Then the next time the diffs are generated, there will be several large diff files, until everything that was missed in those previous days has been pushed out. This already happened once, last week, when the diff generation was down for half a day or so. -- Lennard _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

