aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go9
1 files changed, 6 insertions, 3 deletions
diff --git a/main.go b/main.go
index 02ed413..dea0df7 100644
--- a/main.go
+++ b/main.go
@@ -86,9 +86,12 @@ func main() {
opts.stateFile = "th.json"
opts.sansFile = "sans.lst"
- opts.workersPerLog = 10
- opts.batchSize = 16384
- opts.persistSize = 256
+ //opts.workersPerLog = 100
+ //opts.batchSize = 100
+ //opts.persistSize = 10000
+ opts.workersPerLog = 1
+ opts.batchSize = 10
+ opts.persistSize = 1
// Hand-over to the respective subcommands
var err error