- 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:
Jochen Topf
2009-06-04 16:09:02 +00:00
parent 6179355a4e
commit 3b1ad8432f
4 changed files with 108 additions and 6 deletions

View File

@ -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;
}