Allow Increase to Check Nodes in Batch w/out Restriction
Dan,
Would you be able to raise the upper limit in checking nodes in batch to either 200 or to any value the user desires. Our servers are fast enough to handles this large number. Thanks. If not, can the developer change the code to allow this?
"Click 'Start Link Check' to start checking your pages. The link checker will 75 pages at a time. "
You can set the number of pages to check at once by editing the file /config/DiploLinkChecker.config
You should see an element called:
<pageSize>5</pageSize>
Just change the number in there to your desired number.
The reason it's an advance setting is that adding too high a number can cause timeouts. Even if your server is fast, the servers that the links point to may not be, and so it can take a long time if it has to wait for a lot of responses from remote servers (when checking external links).
Allow Increase to Check Nodes in Batch w/out Restriction
Dan,
Would you be able to raise the upper limit in checking nodes in batch to either 200 or to any value the user desires. Our servers are fast enough to handles this large number. Thanks. If not, can the developer change the code to allow this?
"Click 'Start Link Check' to start checking your pages. The link checker will 75 pages at a time. "
Hi Richard,
You can set the number of pages to check at once by editing the file /config/DiploLinkChecker.config
You should see an element called:
Just change the number in there to your desired number.
The reason it's an advance setting is that adding too high a number can cause timeouts. Even if your server is fast, the servers that the links point to may not be, and so it can take a long time if it has to wait for a lot of responses from remote servers (when checking external links).
So you are saying the maximum number is not 75? It will take whatever value you give it?
Yep, should be. Have you tried it?
is working on a reply...