Skip to content

Commit cf8d1bd

Browse files
committed
ds redis BUGFIX invalid max limit
1 parent d962a0e commit cf8d1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/ds_redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
*
5656
*/
5757
#define REDIS_MAX_AGGREGATE_COUNT "50000"
58-
#define REDIS_MAX_AGGREGATE_LIMIT "1000000000000"
58+
#define REDIS_MAX_AGGREGATE_LIMIT "2147483648"
5959

6060
/* context should be different for each thread */
6161
typedef struct redis_thread_data_s {

0 commit comments

Comments
 (0)