Skip to content

Commit

Permalink
no telemetry for regtest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouziel committed Oct 10, 2024
1 parent 7c6cac8 commit e8e2587
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ def __init__(self, datadir="regtestnode", show_output=False, wsgi_server="gunico
"--regtest",
f"--database-file={self.datadir}/counterparty.db",
f"--wsgi-server={wsgi_server}",
"--gunicorn-workers=3",
"--gunicorn-workers=2",
"--no-telemetry",
"-vv",
)

Expand Down

0 comments on commit e8e2587

Please sign in to comment.