Skip to content

Commit

Permalink
removed include file
Browse files Browse the repository at this point in the history
  • Loading branch information
osharaf-mdb committed Aug 6, 2024
1 parent d79b356 commit a5b123b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
5 changes: 0 additions & 5 deletions source/includes/warning-device-sync-query-size-limit.rst

This file was deleted.

8 changes: 6 additions & 2 deletions source/sdk/cpp/sync/sync-subscriptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,17 @@ client application can query. In the client application, the
:cpp-sdk:`sync_subscription_set <structrealm_1_1sync__subscription__set.html>`
is a list of zero or more :cpp-sdk:`sync_subscription
<structrealm_1_1sync__subscription.html>` objects that determine what
objects the realm can store.
objects the realm can store.

The Realm C++ SDK also has a :cpp-sdk:`mutable_sync_subscription_set
<structrealm_1_1mutable__sync__subscription__set.html>` that enables you to
add, change, and remove ``sync_subscription`` objects.

.. include:: /includes/warning-device-sync-query-size-limit.rst
.. warning:: Query Size Limit

The **size limit** for a subscription to a query from your client application is **256 kB**
when using Device Sync. Exceeding this limit in a query will result in a
:ref:`LimitsExceeded Error<flexible-sync-errors>`.

.. _cpp-verify-subscription-size-find-subscription:

Expand Down
2 changes: 1 addition & 1 deletion source/sdk/dotnet/sync/flexible-sync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Add a Subscription
~~~~~~~~~~~~~~~~~~
You must have at least one subscription before you can read from or write
to the realm. You should create one or more initial subscriptions when you
configure Flexible Sync, rather than adding subscriptions after initialization.
configure Flexible Sync, rather than adding subscriptions after initialization.

.. _dotnet-initial-subscriptions:

Expand Down

0 comments on commit a5b123b

Please sign in to comment.