@torrent-tv/proxy 2.80.13 → 2.80.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -747,6 +747,11 @@ setInterval(() => {
747
747
  `piece-store "${stats.name.slice(0, 40)}" demand: ${demand.readers} reader(s) want ` +
748
748
  `${demand.unionPieces} piece(s) of ${demand.capacity} the store may hold ` +
749
749
  `(widest window ${demand.widestPieces})` +
750
+ // NAMED, because the count read as five encoders on a session that had
751
+ // two: a "reader" is whoever declared a range, and four of the five
752
+ // were zones of the priority map. Choosing between narrowing the
753
+ // windows and raising the allowance was guesswork without this.
754
+ ` [${demand.names.join(" ")}]` +
750
755
  (stats.evictedProtected > 0
751
756
  ? `; ${stats.evictedProtected} of ${stats.spills} eviction(s) took a piece a reader had declared`
752
757
  : "; no eviction has taken a declared piece") +