Skip to content

Commit

Permalink
Updates spec default values
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankfu committed Jan 25, 2023
1 parent 1adc6a9 commit b4b8040
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,11 +210,11 @@
"file_buffer_count": {
"title": "File Buffer Count",
"type": "integer",
"minimum": 15,
"minimum": 10,
"maximum": 50,
"default": 15,
"default": 10,
"description": "Number of file buffers allocated for writing data. Increasing this number is beneficial for connections using Change Data Capture (CDC) and up to the number of streams within a connection. Increasing the number of file buffers past the maximum number of streams has deteriorating effects",
"examples": ["15"]
"examples": ["10"]
}
}
}
Expand Down

0 comments on commit b4b8040

Please sign in to comment.