Talk:Tiles@home/Currency

From OpenStreetMap Wiki
Jump to navigation Jump to search

Slower render request

To ease a spike load on the server while uploading request, consider running:

 perl comparestats.pl missing outdated |\
   awk  {'print "http://dev.openstreetmap.org/~ojw/NeedRender/?x=" $1 "&y=" $2 "&priority=2&src=foobar"'} |\
   xargs -l wget -w 1 --delete-after 

where -w 1 is wait for 1 sec.

--Mikemenk 21:12, 12 July 2007 (BST)