aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRasmus Dahlberg <rasmus@rgdd.se>2023-03-17 13:22:05 +0100
committerRasmus Dahlberg <rasmus@rgdd.se>2023-03-17 13:22:05 +0100
commitcb84421646b01e354d19297b772ba5b68404fb79 (patch)
tree75a07c6da972ce9a3be00874f03eb630dddb04db /main.go
parent44b6d75da73477c3571a30be4f826f0f13482dd1 (diff)
more wip collect
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