From 7f92a6eddf3cc2aaa35679be9d907dbc9a3ed8f4 Mon Sep 17 00:00:00 2001 From: Josh P Date: Tue, 28 Jun 2022 10:18:19 +1000 Subject: [PATCH] Update to index.md (typo) Fix typo in docs --- src/connections/sources/catalog/libraries/server/net/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/sources/catalog/libraries/server/net/index.md b/src/connections/sources/catalog/libraries/server/net/index.md index 8d5bbd8302..322f0523d1 100644 --- a/src/connections/sources/catalog/libraries/server/net/index.md +++ b/src/connections/sources/catalog/libraries/server/net/index.md @@ -401,7 +401,7 @@ Analytics.Client.Identify("hj2kf92ds212", new Traits() { 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. -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. +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. There is a maximum of `500KB` per batch request and `32KB` per call.