}
private void reindexPage(PageEntity page) throws RequestTimeoutException {
currentNumber++;
if (getBusiness().getSystemService().getRequestCPUTimeSeconds() > 20) {
throw new RequestTimeoutException();
}
if (msg.getNumber() <= currentNumber) {
getBusiness().getSearchEngine().updateIndex(page.getId());
count++;
}