dht
Here are 415 public repositories matching this topic...
-
Updated
Oct 31, 2021 - C
-
Updated
Jan 3, 2021 - Go
-
Updated
Aug 17, 2021 - Go
Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:
void resume() {
...
try {
client.startAsync(state -> {
printer.ifPresent(p -> p.print(state));
if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
runtime.shutdown();
}
}, 1000); // <-- CompletableFuture.wCurrently we don't have any mechanism to limit the maximum number of clients that could be handled simultaneously.
This feature should be designed properly. Here is some clue: https://redis.io/topics/clients#maximum-number-of-clients
-
Updated
Dec 28, 2018 - JavaScript
-
Updated
Sep 17, 2021 - JavaScript
-
Updated
Sep 12, 2021 - C
Simple mistakes trigger unclear error messages in the ALBERT example, that is:
- Absence of the unpacked data for trainer (currently triggers
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://huggingface.co/api/models/data/tokenizer) - Running all peers in
--client_mode(currently triggersAllReduce failed: could not find a group)
It would be great to
-
Updated
Sep 15, 2020 - Go
-
Updated
Sep 2, 2021 - Go
功能请求:每天自动更新tracker列表
众所周知,tracker也是会被封的,所以每天获取有效的tracker能提高效率,至于tracker列表的获取,看这个
https://hao.su/3278/
right now the debug log level is unusable, too much of it is spamming the logs, we need to downgrade the less informative ones to trace level.
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Jul 2, 2019 - Lua
-
Updated
Oct 13, 2021 - C++
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
May 16, 2018 - Java
-
Updated
Oct 29, 2021 - Go
-
Updated
May 10, 2021 - C++
-
Updated
Aug 25, 2021 - Go
Improve this page
Add a description, image, and links to the dht topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dht topic, visit your repo's landing page and select "manage topics."
Creating a new issue based on lbryio/lbry-sdk#877