Skip to content

Commit

Permalink
Doc: Describe default value of Statement#page_size
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Mar 7, 2024
1 parent c2884e8 commit 543b1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/ilios/statement.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static VALUE statement_bind(VALUE self, VALUE hash)
}

/**
* Sets the statement's page size.
* Sets the statement's page size. The default is +10000+.
*
* @param page_size [Integer] A page size.
* @return [Cassandra::Statement] self.
Expand Down

0 comments on commit 543b1ff

Please sign in to comment.