configuration for request throttling

This commit is contained in:
Dimitri Herzog
2020-04-20 17:05:28 +02:00
committed by Deluan Quintão
parent ba2d4b6859
commit 716f4c5cf7
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ const (
URLPathUI = "/app"
URLPathSubsonicAPI = "/rest"
RequestThrottleBacklogLimit = 100
RequestThrottleBacklogTimeout = time.Minute
)
// Cache options