[Tile-serving] [openstreetmap/mod_tile] Update render queue limits (#152)

Paul Norman notifications at github.com
Sun Jan 8 22:39:58 UTC 2017


pnorman requested changes on this pull request.

The logic of this seems tailored specifically to OSM.org. Does it also apply in general? Is a large queue desirable behavior?

>  #ifdef METATILE
 #define QUEUE_MAX (64)
 #define REQ_LIMIT (32)
-#define DIRTY_LIMIT (1000)
-
+#define DIRTY_LIMIT (216000)
+#define HASHIDX_SIZE (477856)
 #else
 #define QUEUE_MAX (1024)
 #define REQ_LIMIT (512)
 #define DIRTY_LIMIT (10000)

Shouldn't the non-metatile limit be higher than the metatile limit?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/pull/152#pullrequestreview-15634966
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20170108/bec71620/attachment.html>


More information about the Tile-serving mailing list