]> git.openstreetmap.org Git - chef.git/commitdiff
tilelog: xz with maximum compression
authorGrant Slater <git@firefishy.com>
Thu, 9 Apr 2015 18:29:21 +0000 (19:29 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 9 Apr 2015 18:29:21 +0000 (19:29 +0100)
cookbooks/tilelog/templates/default/tilelog.erb

index 21ae4d5e79b74ccf51020364f3190796333e8aba..1d9c8b4680216860cb2643a893cfebdb4b16e53f 100644 (file)
@@ -20,7 +20,7 @@ cd $TMPDIR
 mkdir db
 nice -n 19 $ANALYZE $LOGDIR/*-${DATE}.xz > analyze.log
 if [ -f tiles.txt ]; then
-               nice -n 19 xz -z tiles.txt
+               nice -n 19 xz -9e -z tiles.txt
                mv tiles.txt.xz $OUTDIR/tiles-${DATE}.txt.xz
 
 else