mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
changelog in README
This commit is contained in:
@@ -159,6 +159,14 @@ See [dev setup docs](docs/dev_setup.md).
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
##### v0.4
|
||||||
|
|
||||||
|
Auto-update works!
|
||||||
|
|
||||||
|
Monaco is generated every hour, set-latest runs every minute.
|
||||||
|
|
||||||
|
Planet is generated every Tuesday, set-latest runs every Saturday.
|
||||||
|
|
||||||
##### v0.3
|
##### v0.3
|
||||||
|
|
||||||
Lot of performance related problems with Cloudflare when using Round-Robin DNS. Works much better without any Cloudflare proxying, the browsers actually do a great job of client-side failover and selecting the best host.
|
Lot of performance related problems with Cloudflare when using Round-Robin DNS. Works much better without any Cloudflare proxying, the browsers actually do a great job of client-side failover and selecting the best host.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ LOG_DIR=/data/ofm/tile_gen/logs
|
|||||||
10 0 * * 2 ofm $CMD make-tiles planet --upload >> $LOG_DIR/planet-make-tiles.log 2>&1
|
10 0 * * 2 ofm $CMD make-tiles planet --upload >> $LOG_DIR/planet-make-tiles.log 2>&1
|
||||||
|
|
||||||
# every Saturday at 8:00, set planet to latest
|
# every Saturday at 8:00, set planet to latest
|
||||||
0 9 * * 6 ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1
|
0 11 * * 6 ofm $CMD set-version monaco >> $LOG_DIR/monaco-set-version.log 2>&1
|
||||||
|
|
||||||
# once per minute, create indexes
|
# once per minute, create indexes
|
||||||
* * * * * ofm $CMD make-indexes >> $LOG_DIR/make-indexes-cron.log 2>&1
|
* * * * * ofm $CMD make-indexes >> $LOG_DIR/make-indexes-cron.log 2>&1
|
||||||
|
|||||||
Reference in New Issue
Block a user