Skip to content

Commit

Permalink
wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
osharaf-mdb committed Aug 6, 2024
1 parent 50bc2f9 commit 684d115
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions source/includes/flex-sync-limitations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,5 @@ or links. For example, ``obj1.field == "foo"``.
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 results in a
:ref:`LimitsExceeded Error<flexible-sync-errors>`.
The **size limit** for any given query subscription in your subscription set is **256 kB**.
Exceeding this limit results in a :ref:`LimitsExceeded Error<flexible-sync-errors>`.
5 changes: 2 additions & 3 deletions source/sdk/cpp/sync/sync-subscriptions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,8 @@ add, change, and remove ``sync_subscription`` objects.

.. 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 results in a
:ref:`LimitsExceeded Error<flexible-sync-errors>`.
The **size limit** for any given query subscription in your subscription set is **256 kB**.
Exceeding this limit results in a :ref:`LimitsExceeded Error<flexible-sync-errors>`.

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

Expand Down

0 comments on commit 684d115

Please sign in to comment.