Hi, > how come the server currently (again) responds with "No Requests on > server" while the queue shows many unhandled requests? That is because the upload queue on the server is too long. Handing out more requests in that situation makes no sense because than the client would have to wait for a chance to upload. So no matter if we hand out the requests or not, it will take time till the new tiles will be display. So we might as well way and render the current data once the queue is shorter, then to render now and have the tile grow stale in the hand of the client.
Patrick "Petschge" Kilian _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
