Change default crawl depth to 20
This commit is contained in:
parent
a1115d474b
commit
4e95487842
1 changed files with 1 additions and 1 deletions
|
@ -6,6 +6,6 @@ pub mod node_info;
|
|||
|
||||
pub const REQUEST_TIMEOUT: Duration = Duration::from_secs(10);
|
||||
pub const DEFAULT_START_INSTANCES: &str = "lemmy.ml";
|
||||
pub const DEFAULT_MAX_CRAWL_DEPTH: &str = "1";
|
||||
pub const DEFAULT_MAX_CRAWL_DEPTH: &str = "20";
|
||||
pub const EXCLUDE_INSTANCES: &str =
|
||||
"ds9.lemmy.ml, enterprise.lemmy.ml, voyager.lemmy.ml, test.lemmy.ml";
|
||||
|
|
Loading…
Reference in a new issue