Compare commits

...

2 Commits

Author SHA1 Message Date
ChenYi
3d22646460 更新 2025-08-21 16:58:12 +08:00
ChenYi
b8f23f43dd 优化Pulsar缓存清理 2025-08-21 16:58:01 +08:00
2 changed files with 6 additions and 2 deletions

@ -1 +1 @@
Subproject commit cc2fecef20c3c25dab5b257e6fed5a0d0ca63e1f
Subproject commit a9863d07d7a4c6fed15e2cbecf7d282a97ad71ad

View File

@ -53,7 +53,11 @@
"EnableTopicTypeFilter": true, //Topic
"AllowedTopicTypes": [ "Static" ], //Topic
"AllowedClusters": [ "pulsar-cluster-1" ], //
"AdminRoles": [ "admin" ]
"AdminRoles": [ "admin" ],
"EnableConsumerIdleCleanup": true,
"ConsumerIdleCleanupMinutes": 120,
"EnableProducerIdleCleanup": true,
"ProducerIdleCleanupMinutes": 60
},
"IoTDBOptions": {
"UserName": "root",