mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-12 02:41:14 +00:00
render_list was not blocking on requests and would swamp renderd with requests
This commit is contained in:
@ -212,7 +212,7 @@ void process_loop(int listen_fd)
|
||||
memset(&cmd,0,sizeof(cmd));
|
||||
|
||||
// TODO: to get highest performance we should loop here until we get EAGAIN
|
||||
ret = recv_cmd(&cmd, fd);
|
||||
ret = recv_cmd(&cmd, fd, 0);
|
||||
if (ret < 1) {
|
||||
int j;
|
||||
|
||||
|
Reference in New Issue
Block a user