[Tile-serving] [openstreetmap/mod_tile] Update render queue limits (#152)
Darafei Praliaskouski
notifications at github.com
Wed Nov 15 15:34:59 UTC 2017
Komzpa commented on this pull request.
> #else
#define QUEUE_MAX (1024)
#define REQ_LIMIT (512)
-#define DIRTY_LIMIT (10000)
-#define HASHIDX_SIZE 22123
This line is no-op.
It is used here: https://github.com/openstreetmap/mod_tile/blob/62c4a5ac7a57720182125b8aad11929dae947e46/src/request_queue.c#L39
and redefined here: https://github.com/openstreetmap/mod_tile/blob/62c4a5ac7a57720182125b8aad11929dae947e46/includes/request_queue.h#L31
(see includes order in https://github.com/openstreetmap/mod_tile/blob/62c4a5ac7a57720182125b8aad11929dae947e46/src/request_queue.c#L29)
--
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#discussion_r151161089
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20171115/7fd5b43f/attachment.html>
More information about the Tile-serving
mailing list