feature: add supports_autotuning to vnish

This commit is contained in:
Wilfred Allyn
2024-12-16 06:20:03 -05:00
committed by Brett Rowan
parent 1b5e3093e6
commit 50e6cf9dfd

View File

@@ -97,6 +97,7 @@ class VNish(VNishFirmware, BMMiner):
supports_shutdown = True supports_shutdown = True
supports_presets = True supports_presets = True
supports_autotuning = True
data_locations = VNISH_DATA_LOC data_locations = VNISH_DATA_LOC