配置手册

This commit is contained in:
三丙
2024-10-29 11:51:47 +08:00
parent b0a1125c56
commit 293388aa0d
3 changed files with 3 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ queue:
type: "${QUEUE_TYPE:memory}"
partitions:
hash_function_name: "${QUEUE_PARTITIONS_HASH_FUNCTION_NAME:murmur3_128}" # murmur3_32, murmur3_128 or sha256
in-memory:
memory:
queue-capacity: "${QUEUE_IN_MEMORY_QUEUE_CAPACITY:100000}"
stats:
print-interval-ms: "${QUEUE_IN_MEMORY_STATS_PRINT_INTERVAL_MS:10000}"