mirror of
https://github.com/btdig/dhtcrawler2.git
synced 2025-01-31 18:41:37 +00:00
change hash reader waiting time to 1 min
This commit is contained in:
parent
bce9e05425
commit
3505116585
@ -18,7 +18,7 @@
|
|||||||
-record(state, {downloader, dbpool, downloading = 0}).
|
-record(state, {downloader, dbpool, downloading = 0}).
|
||||||
-include("db_common.hrl").
|
-include("db_common.hrl").
|
||||||
% if there's no hash, wait some time
|
% if there's no hash, wait some time
|
||||||
-define(WAIT_TIME, 2*60*1000).
|
-define(WAIT_TIME, 1*60*1000).
|
||||||
% the max concurrent download tasks
|
% the max concurrent download tasks
|
||||||
-define(MAX_DOWNLOAD, 50).
|
-define(MAX_DOWNLOAD, 50).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user