Skip to content

Commit ddba4a8

Browse files
committed
fix: correct postLimit in DEFAULT_SETTINGS to 100
1 parent d9320fd commit ddba4a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const DEFAULT_SETTINGS: Settings = {
55
apiKey: '',
66
modelName: 'gpt-5-nano',
77
preferences: 'Only include posts from solo builders when they share real, specific work on their product.',
8-
postLimit: 1000
8+
postLimit: 100
99
}
1010

1111
export const INITIAL_PROCESSING_STATE: ProcessingState = {

0 commit comments

Comments
 (0)