mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
update
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user