Skip to content

Commit 7379ce6

Browse files
committed
feat: update default max_recs to 5000
1 parent 1ab5eca commit 7379ce6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ date_fmt = "%Y-%m-%d %H:%M:%S"
44
lag_days = 2
55
leetcode_graphql_url = "https://leetcode.com/graphql"
66
llm_predictor = "ollama"
7-
max_recs = 2000
7+
max_recs = 5000
88
n_api_retries = 3
99

1010
[parsing]

0 commit comments

Comments
 (0)