Skip to content

Commit

Permalink
Fix sampling_interval_micros description in README (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait authored Apr 11, 2023
1 parent 258e078 commit 70905f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ are configurable.

- `sampling_interval_micros`
- How _long_ to run the polling routine. If this is 1ms, then for 1ms it will try to re-acquire the GIL
at `polling_interval_micros` frequency. Defaults to 10x `sampling_interval_micros`
at `polling_interval_micros` frequency. Defaults to 10x `polling_interval_micros`

- `sleeping_interval_micros`
- How long to sleep between sampling routines. Defaults to 100x `polling_interval_micros`
Expand Down

0 comments on commit 70905f9

Please sign in to comment.