Skip to content

Commit

Permalink
docs: update default value for swarm-deferred-upload (#4956)
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahMaizels authored Jan 30, 2025
1 parent 7e1c81e commit 941f4fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi/SwarmCommon.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1240,10 +1240,10 @@ components:
name: swarm-deferred-upload
schema:
type: boolean
default: "false"
default: "true"
required: false
description: >
Determines if the uploaded data should be sent to the network immediately or in a deferred fashion. By default the upload will be direct.
Determines if the uploaded data should be sent to the network immediately or in a deferred fashion. By default the upload will be deferred.
SwarmCache:
in: header
Expand Down

0 comments on commit 941f4fc

Please sign in to comment.