Remove preferred hosts

This commit is contained in:
Ben Sarmiento
2024-01-26 22:15:26 +01:00
parent 17ab115747
commit 1e1ec9d767
2 changed files with 8 additions and 27 deletions

View File

@@ -214,10 +214,6 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
<td>Retries Until Failed</td>
<td>%d</td>
</tr>
<tr>
<td>Preferred Hosts</td>
<td>%s</td>
</tr>
<tr>
<td>Network Buffer Size</td>
<td>%d</td>
@@ -283,7 +279,6 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
response.Config.EnableDownloadMount(),
response.Config.GetRateLimitSleepSeconds(),
response.Config.GetRetriesUntilFailed(),
strings.Join(response.Config.PreferredHosts, ", "),
response.Config.GetNetworkBufferSize(),
response.Config.ShouldServeFromRclone(),
response.Config.ShouldVerifyDownloadLink(),