summaryrefslogtreecommitdiff
path: root/src/crawl/crawl.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/crawl/crawl.conf')
-rw-r--r--src/crawl/crawl.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf
index 816f23f..8169ae1 100644
--- a/src/crawl/crawl.conf
+++ b/src/crawl/crawl.conf
@@ -1,16 +1,16 @@
--- global setting
+-- global settings
crawler = {
-- stop after N documents
stop_after_N_operations = 10,
- module_path = modules,
+ module_path = "modules",
modules_search_recursive = true
}
logger = {
- level = DEBUG
+ level = "DEBUG"
}
-- seeds: URLS which are fed in the beginning to the URL frontier