drop "experimental pipe settings" (will become unavailable in the

future)
This commit is contained in:
Jakob Ketterl 2021-02-07 18:23:17 +01:00
parent b60a8a1af0
commit 689cd49694
1 changed files with 0 additions and 21 deletions

View File

@ -168,27 +168,6 @@ class GeneralSettingsController(AdminController):
checkboxText="Enable lookup of DMR ids in the radioid database to show callsigns and names",
),
),
Section(
"Experimental pipe settings",
CheckboxInput(
"csdr_dynamic_bufsize",
"",
checkboxText="Enable dynamic buffer sizes",
infotext="This allows you to change the buffering mode of csdr.",
),
CheckboxInput(
"csdr_print_bufsizes",
"",
checkboxText="Print buffer sizez",
infotext="This prints the buffer sizes used for csdr processes.",
),
CheckboxInput(
"csdr_through",
"",
checkboxText="Print throughput",
infotext="Enabling this will print out how much data is going into the DSP chains.",
),
),
Section(
"Map settings",
TextInput(