Skip to content

Commit 171f6ae

Browse files
committed
set max result size to 1mb
1 parent b628e41 commit 171f6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisinsight/ui/src/config/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const defaultConfig = {
5353
},
5454
workbench: {
5555
pipelineCountDefault: intEnv('PIPELINE_COUNT_DEFAULT', 5),
56-
maxResultSize: intEnv('RI_COMMAND_EXECUTION_MAX_RESULT_SIZE', 1024 ),
56+
maxResultSize: intEnv('RI_COMMAND_EXECUTION_MAX_RESULT_SIZE', 1024 * 1024),
5757
},
5858
browser: {
5959
scanCountDefault: intEnv('RI_SCAN_COUNT_DEFAULT', 500),

0 commit comments

Comments
 (0)