diff --git a/README.md b/README.md index 8d36ee7..4efe133 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,11 @@ stbbr_verify( "" ); ```` +By default the verification calls block for up to 10 seconds, the timeout in seconds can be set with: +```c +stbbr_set_timeout(3); +``` +A value of 0 or less is non-blocking and will return immediately. # Logs Stabber logs to: ```