Webboard: Limiting threads per site
| Newsgroups | gmane.comp.web.mnogosearch.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Alexander Barkov Email: [email protected] Message: > When using many threads with many sites, is there a way to limit the number of threads per site or host? > > Thank you! There is no a way to do this in a single indexer run. But you can start multiple indexer instances, like this: indexer -N10 &>/dev/null & indexer -N10 -u http://a-higher-priority-site/% &>/dev/null & Reply: <http://www.mnogosearch.org/board/message.php?id=21319>