only map <100 files

This commit is contained in:
Paul Gauthier 2023-05-23 12:06:18 -07:00
parent 281c005db7
commit 8773a3c47d

View file

@ -171,7 +171,7 @@ class Coder:
if self.repo is not None:
other_files = set(self.get_all_abs_files()) - set(self.abs_fnames)
if other_files and len(other_files) < 1000:
if other_files and len(other_files) < 100:
if self.use_ctags:
files_listing = get_tags_map(other_files)
ctags_msg = " with selected ctags content"