Skip to content

Commit a7e51a1

Browse files
committed
fix: limit_rows
1 parent 603080c commit a7e51a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/reducers/query/query.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ export const queryApi = api.injectEndpoints({
274274
timeout: isNumeric(querySettings.timeout)
275275
? Number(querySettings.timeout) * 1000
276276
: undefined,
277-
output_chunk_max_size: 10,
277+
output_chunk_max_size: 10000,
278278
},
279279
{
280280
signal,

0 commit comments

Comments
 (0)