PragmaTwice commented on code in PR #2799:
URL: https://github.com/apache/kvrocks/pull/2799#discussion_r1966493133
##########
src/types/redis_tdigest.h:
##########
@@ -32,6 +32,8 @@
#include "tdigest.h"
namespace redis {
+uint32_t constexpr kTDigestMaxCompression = 1000; // limit the compression to
1k
Review Comment:
```suggestion
inline constexpr uint32_t kTDigestMaxCompression = 1000; // limit the
compression to 1k
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]