config/pcache: default page cache to 4096

This commit is contained in:
Minglei Jin 2023-11-02 12:43:06 +08:00
parent 46d3be1f08
commit 1cd1284520
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ char tsS3Hostname[TSDB_FQDN_LEN] = "<hostname>";
int32_t tsS3BlockSize = -1; // number of tsdb pages (4096)
int32_t tsS3BlockCacheSize = 16; // number of blocks
int32_t tsS3PageCacheSize = 1024; // number of pages
int32_t tsS3PageCacheSize = 4096; // number of pages
int32_t tsS3UploadDelaySec = 60 * 60;
#ifndef _STORAGE