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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf
index 0a9947c..ac3021e 100644
--- a/src/crawl/crawl.conf
+++ b/src/crawl/crawl.conf
@@ -4,7 +4,7 @@ local dbg = require( "crawl/debugger" )
crawler = {
-- stop after N documents
- stop_after_N_operations = 0,
+ stop_after_N_operations = 100,
module_path = "modules",