Skip to content

Commit 506cf4b

Browse files
committed
fix(cli): add blocking option to defaults
1 parent 11289ad commit 506cf4b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyroscope_cli/src/resources/default_config.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
detect_subprocesses = false
22
log_level = "info"
33
no_logging = false
4-
rbspy_blocking = false
5-
pyspy_blocking = false
4+
blocking = false
65
pyspy_idle = false
76
pyspy_gil = false
87
pyspy_native = false

0 commit comments

Comments
 (0)