constant LINKCHECKER_SCAN_MAX_LINKS_PER_RUN in Link checker 5.2
Same name and namespace in other branches
- 6.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 box 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_boxes in ./
linkchecker.module - Batch: Load all boxes 100 by hundred.
- _linkchecker_batch_import_comments in ./
linkchecker.module - Batch: Load all comments 100 by hundred.
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');