File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/dart/lib/src/network Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ part of '../../parse_server_sdk.dart';
2424///
2525/// Important Note on Non-Idempotent Methods (POST/PUT):
2626///
27- /// **Parse Server does not provide automatic optimistic locking or built-in
28- /// idempotency guarantees for POST/PUT operations .** To prevent duplicate
29- /// data creation or unintended state changes, this SDK defaults to **no retries**
30- /// for write operations (POST/PUT/postBytes).
27+ /// **While Parse Server supports idempotency headers for preventing duplicate
28+ /// requests, this SDK does not currently implement that feature .** To prevent
29+ /// duplicate data creation or unintended state changes, this SDK defaults to
30+ /// **no retries** for write operations (POST/PUT/postBytes).
3131///
3232/// Default Behavior:
3333/// - **Write operations (POST/PUT)**: No retries (`restRetryIntervalsForWrites = []` )
You can’t perform that action at this time.
0 commit comments