diff options
| author | fumingwei <[email protected]> | 2023-03-15 02:00:10 +0800 |
|---|---|---|
| committer | fumingwei <[email protected]> | 2023-03-15 02:00:10 +0800 |
| commit | c7fbb5383dc5ebf7dd3a9e8f5b185c67d9a32768 (patch) | |
| tree | db119b839599ceb5f85860366a50f4a5e12b8dc2 /src | |
| parent | c133ffc00b0e6029e84051ca2bcb423e9dcbd28f (diff) | |
feature:新增register测试用例,修复插入metric slot位置错误bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/fieldstat_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fieldstat_internal.h b/src/fieldstat_internal.h index 5883a24..bce5bbe 100644 --- a/src/fieldstat_internal.h +++ b/src/fieldstat_internal.h @@ -42,8 +42,8 @@ #define N_TAG_MAX 32 -#define NUM_INIT_METRICS 1024*16 -#define BLOCK_LIST_SIZE 1024*16 +#define NUM_INIT_METRICS 16384 +#define BLOCK_LIST_SIZE 16384 #define URL_MAX_LEN 2048 |
