Skip to content

Commit 5e48004

Browse files
committed
Drop threshold for index inclusion from 1000 to 300 chars
1 parent fd2e8ff commit 5e48004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/claude_code_publish/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
PROMPTS_PER_PAGE = 5
2727
LONG_TEXT_THRESHOLD = (
28-
1000 # Characters - text blocks longer than this are shown in index
28+
300 # Characters - text blocks longer than this are shown in index
2929
)
3030

3131
# Module-level variable for GitHub repo (set by generate_html)

0 commit comments

Comments
 (0)