changelog in README

This commit is contained in:
Zsolt Ero
2024-09-10 02:56:12 +02:00
parent e904cc8a00
commit ad5c66d4cd
2 changed files with 9 additions and 1 deletions

View File

@@ -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.

View File

@@ -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