Skip to content

Commit 7f21f8d

Browse files
authored
Merge pull request #3125 from joshpme/patch-1
Update to index.md (typo)
2 parents ac9fcaa + 7f92a6e commit 7f21f8d

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/server/net

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/server/net/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ Analytics.Client.Identify("hj2kf92ds212", new Traits() {
401401

402402
Our libraries are built to support high performance environments. That means it is safe to use Analytics.NET on a web server that's serving hundreds of requests per second.
403403

404-
By default (in async mode), this library starts a single seperate thread on initialization, and flushes all messages on that thread. That means every method you call **does not** result in an HTTP request, but is queued in memory instead. Messages are flushed in batch in the background, which allows for much faster operation.
404+
By default (in async mode), this library starts a single separate thread on initialization, and flushes all messages on that thread. That means every method you call **does not** result in an HTTP request, but is queued in memory instead. Messages are flushed in batch in the background, which allows for much faster operation.
405405

406406
There is a maximum of `500KB` per batch request and `32KB` per call.
407407

0 commit comments

Comments
 (0)