Skip to content

Commit

Permalink
Added a recommendation about excessive CPU usage
Browse files Browse the repository at this point in the history
EricKotato committed Dec 3, 2020
1 parent fde4800 commit 66d99a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -85,6 +85,9 @@ API in TDLibNSE is pretty much same as TDLib new JSON interface.
* `bool TDLib.receiveThreadRunning()` – returns `true` if polling thread is running.
* `string TDLib.execute(string request)` – sends request JSON encoded string to TDLib, returns JSON encoded string of response.

## Recommendations
* For some reason, if `setLogVerbosityLevel` is not set, TDLib may eat your CPU even if you specified a delay in receive thread.

## Example usage

```html

0 comments on commit 66d99a3

Please sign in to comment.