add ResponsiveMode option

This commit is contained in:
nikk gitanes
2024-06-03 19:03:44 +03:00
parent 1573793128
commit 95e241b430
8 changed files with 17 additions and 0 deletions

View File

@@ -51,6 +51,9 @@ type BTSets struct {
SslPort int
SslCert string
SslKey string
// Reader
ResponsiveMode bool // enable Responsive reader (don't wait pieceComplete)
}
func (v *BTSets) String() string {