diff options
| author | yangwei <[email protected]> | 2024-04-03 14:23:52 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-04-03 15:43:47 +0800 |
| commit | 97cc3158b48973d96d451fc9cc52011ccba43d16 (patch) | |
| tree | 9089d4ada74ecbd998b23df787b5a4efc922f268 /bin | |
| parent | 61ced1df7e02f9022a0f18ddb0515a0e7193a3a0 (diff) | |
✨ feat(bloom library): choose in sapp.tomlFeature-ap-bloom
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/etc/sapp.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/etc/sapp.toml b/bin/etc/sapp.toml index 2be5600..97bad75 100644 --- a/bin/etc/sapp.toml +++ b/bin/etc/sapp.toml @@ -128,6 +128,9 @@ bloom_capacity=10000000 bloom_error_rate=0.0000001 bloom_timeout=60 + bloom_slice_num=3 + # 0:disable bloom filter, 1:dabloom, 2:apbloom + bloom_library=1 [STREAM] |
