Variable: projectile-replace-scan-chunk-size
projectile-replace-scan-chunk-size is an alias and customizable for
projectile-search-scan-chunk-size, defined in projectile.el.
This variable is obsolete since 3.4.0; use
projectile-search-scan-chunk-size instead.
Value
24
Documentation
Number of candidate files scanned per async chunk before yielding.
Each chunk scans this many files, delivers the matches into the results buffer and re-renders, then yields to redisplay via a zero-delay timer before the next chunk. Larger values scan faster but redisplay less often; smaller values keep Emacs more responsive.
Aliases
projectile-replace-scan-chunk-size (obsolete since 3.4.0)