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

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;
}