Remove rate limit config

This commit is contained in:
Ben Adrian Sarmiento
2024-06-16 10:00:49 +02:00
parent 42a08583ce
commit e5bb026f87
3 changed files with 5 additions and 18 deletions

View File

@@ -170,7 +170,7 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
<td>%s</td>
</tr>
<tr>
<td rowspan="21">Config</td>
<td rowspan="20">Config</td>
<td>Version</td>
<td>%s</td>
</tr>
@@ -230,10 +230,6 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
<td>Download Timeout</td>
<td>%d secs</td>
</tr>
<tr>
<td>Rate Limit Sleep for...</td>
<td>%d secs</td>
</tr>
<tr>
<td>Retries Until Failed</td>
<td>%d</td>
@@ -340,7 +336,6 @@ func (zr *Handlers) handleHome(resp http.ResponseWriter, req *http.Request) {
response.Config.GetDumpTorrentsEveryMins(),
response.Config.GetApiTimeoutSecs(),
response.Config.GetDownloadTimeoutSecs(),
response.Config.GetRateLimitSleepSecs(),
response.Config.GetRetriesUntilFailed(),
response.Config.GetNetworkBufferSize(),
response.Config.ShouldServeFromRclone(),