Skip to content

Commit

Permalink
Merge pull request #171 in OP/openkit-dotnet from noissue/fix-default…
Browse files Browse the repository at this point in the history
…-values-in-documentation to main

* commit '6db7b3f3c5a53c1a24ce288b4868cf8aa083232b':
  Fix default values in documentation

GitOrigin-RevId: 01639a7af27276bd09dd753dbc281b72ce95e0da
  • Loading branch information
stefaneberl authored and openkitdt committed Oct 29, 2020
1 parent 68e7255 commit 336df81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/example.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ customize OpenKit. This includes device specific information like operating syst
| `WithManufacturer` | sets the manufacturer | `"Dynatrace"` |
| `WithModelId` | sets the model id | `"OpenKitDevice"` |
| `WithBeaconCacheMaxRecordAge` | sets the maximum age of an entry in the beacon cache in milliseconds | 1 h 45 min |
| `WithBeaconCacheLowerMemoryBoundary` | sets the lower memory boundary of the beacon cache in bytes | 100 MB |
| `WithBeaconCacheUpperMemoryBoundary` | sets the upper memory boundary of the beacon cache in bytes | 80 MB |
| `WithBeaconCacheLowerMemoryBoundary` | sets the lower memory boundary of the beacon cache in bytes | 80 MB |
| `WithBeaconCacheUpperMemoryBoundary` | sets the upper memory boundary of the beacon cache in bytes | 100 MB |
| `WithTrustManager` | sets a custom `ISSLTrustManager` instance, replacing the builtin default one.<br>Details are described in section [SSL/TLS Security in OpenKit](#ssltls-security-in-openkit). | `SSLStrictTrustManager` |
| `EnableVerbose` | *Deprecated*, use `WithLogLevel` instead.<br>Enables extended log output for OpenKit if the default logger is used. | `false` |
| `WithLogLevel` | sets the log level if the default logger is used | `LogLevel.WARN` |
Expand Down

0 comments on commit 336df81

Please sign in to comment.