We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171bf70 commit 1055ac5Copy full SHA for 1055ac5
source/billing.txt
@@ -184,9 +184,9 @@ user has an active connection to the sync server even if they are not
184
transferring data at the time. Sync is billed at a set rate for each
185
millisecond of sync runtime per user.
186
187
-**Price:** $0.08 / 1,000,000 runtime minutes ($0.00000008 / ms)
+**Price:** $0.08 / 1,000,000 runtime minutes ($0.00000008 / min)
188
189
-**Formula:** (# Active Users) * (Sync time (ms / user)) * ($0.00000008 / ms)
+**Formula:** (# Active Users) * (Sync time (min / user)) * ($0.00000008 / min)
190
191
**Free Tier Threshold:** 1,000,000 :ref:`requests <billing-requests>` **or** 500
192
hours of :ref:`compute <billing-compute>` **or** 10,000 hours of :ref:`sync
0 commit comments