This commit is contained in:
rustmailer
2026-04-01 12:27:10 +08:00
parent bd10e15c65
commit 5a50f5e327
5 changed files with 3 additions and 56 deletions
-4
View File
@@ -125,10 +125,6 @@ export type ServerConfigurations = {
bichon_sync_concurrency?: number | null
bichon_duckdb_threads?: number | null
bichon_duckdb_max_memory?: string | null
bichon_tantivy_threads: number
bichon_tantivy_buffer_size: number
bichon_eml_compression_level: number
bichon_eml_blocksize: number
bichon_enable_smtp: boolean
bichon_smtp_port: number
@@ -184,9 +184,6 @@ export default function ServerConfigurationsPage() {
description={t("systemConfig.sections.performance.desc")}
>
<SettingRow label="bichon_duckdb_threads" value={data.bichon_duckdb_threads ?? t("systemConfig.status.auto")} />
<SettingRow label="bichon_tantivy_threads" value={data.bichon_tantivy_threads} />
<SettingRow label="bichon_tantivy_buffer_size" value={formatMB(data.bichon_tantivy_buffer_size)} />
<SettingRow label="bichon_eml_compression_level" value={data.bichon_eml_compression_level} />
<SettingRow label="bichon_sync_concurrency" value={data.bichon_sync_concurrency ?? t("systemConfig.status.auto")} />
<SettingRow
label="bichon_http_compression_enabled"