Update README.md
This commit is contained in:
@@ -85,6 +85,11 @@ stbbr_verify(
|
|||||||
"</message>"
|
"</message>"
|
||||||
);
|
);
|
||||||
````
|
````
|
||||||
|
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
|
# Logs
|
||||||
Stabber logs to:
|
Stabber logs to:
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user