constant LINKCHECKER_SCAN_MAX_LINKS_PER_RUN in Link checker 7
Same name and namespace in other branches
- 5.2 linkchecker.module \LINKCHECKER_SCAN_MAX_LINKS_PER_RUN
- 6.2 linkchecker.module \LINKCHECKER_SCAN_MAX_LINKS_PER_RUN
Defines the maximum limit of links collected in one chunk if content is scanned for links. A value that is too high may overload the database server.
6 uses of LINKCHECKER_SCAN_MAX_LINKS_PER_RUN
- _linkchecker_add_block_custom_links in ./
linkchecker.module - Add custom block links to database.
- _linkchecker_add_comment_links in ./
linkchecker.module - Add comment links to database.
- _linkchecker_add_node_links in ./
linkchecker.module - Add node links to database.
- _linkchecker_batch_import_single_block_custom in ./
linkchecker.batch.inc - Recurring scans of a single block via batch API.
- _linkchecker_batch_import_single_comment in ./
linkchecker.batch.inc - Recurring scans of a single comment via batch API.
File
- ./
linkchecker.module, line 14 - This module periodically check links in given node types, blocks etc.
Code
define('LINKCHECKER_SCAN_MAX_LINKS_PER_RUN', '100');