mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-08-05 18:51:43 +00:00
- Added Apache config options for MAX_LOAD_OLD, MAX_LOAD_MISSING and REQUEST_TIMEOUT, defined in C code are only default values now
- Preparation for adding minzoom and maxzoom to config
This commit is contained in:
@ -350,8 +350,9 @@ void *render_thread(void * arg)
|
||||
if (i == iMaxConfigs){
|
||||
fprintf(stderr, "No map for: %s\n", req->xmlname);
|
||||
}
|
||||
} else
|
||||
} else {
|
||||
sleep(1); // TODO: Use an event to indicate there are new requests
|
||||
}
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
Reference in New Issue
Block a user