Increase cluster_2048_pool to 1024 (#1143)

This commit is contained in:
Umakant Kulkarni 2021-08-22 19:06:14 -04:00 committed by GitHub
parent fa67341263
commit 5234001b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ void ogs_pkbuf_default_init(ogs_pkbuf_config_t *config)
config->cluster_256_pool = 16384;
config->cluster_512_pool = 4096;
config->cluster_1024_pool = 2048;
config->cluster_2048_pool = 512;
config->cluster_2048_pool = 1024;
config->cluster_8192_pool = 512;
config->cluster_big_pool = 8;
}