Skip to content

Commit 84cf121

Browse files
authored
Correct default value
1 parent 0a7be20 commit 84cf121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/DataStoreService.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ methods:
188188
given prefix.
189189
- name: pageSize
190190
type: int
191-
default: 0
191+
default: 32
192192
summary: |
193193
**(Optional)** Number of items to be returned in each page. By default
194194
is 32.

0 commit comments

Comments
 (0)