constant LINKCHECKER_SCAN_MAX_LINKS_PER_RUN in Link checker 6.2
Same name and namespace in other branches
- 5.2 linkchecker.module \LINKCHECKER_SCAN_MAX_LINKS_PER_RUN
- 7 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_box_links in ./
linkchecker.module - Add 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_box in includes/
linkchecker.batch.inc - Recurring scans of a single block via batch API.
- _linkchecker_batch_import_single_comment in includes/
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, cck fields, etc.
Code
define('LINKCHECKER_SCAN_MAX_LINKS_PER_RUN', '100');