-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Auto-cache explanations of word - Allow to cache words through specifing a word list file manually - Add config file - Provide a word list that I just use at `doc/word-list.txt'
- Loading branch information
leetking
authored and
leetking
committed
Dec 29, 2018
1 parent
7330d9d
commit ceda963
Showing
6 changed files
with
14,637 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[main] | ||
# show verbose explanations? | ||
#full = false | ||
|
||
[cache] | ||
# the file to cache the explanation of word | ||
# only support environment $HOME which means the user's home directory | ||
#dbpath = $HOME/.cache/ldcv/ldcv-cache.db3 | ||
|
||
# the maximum threads to concurrently cache words from list file, | ||
# but be care of that the server ban you IP | ||
#threads-max = 20 | ||
|
||
[net] | ||
# the maximum time to query a word, second | ||
#timeout = 7 |
Oops, something went wrong.