short window (#297)

This commit is contained in:
Georgy Rylov 2021-03-18 16:38:15 +05:00 committed by GitHub
parent e5a84825a2
commit ef02b135db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* Scalable PostgreSQL connection pooler.
*/
#define QUANTILES_WINDOW 5
#define QUANTILES_WINDOW 2
#define QUANTILES_COMPRESSION 100
typedef struct od_stat_state od_stat_state_t;