We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93ad9b2 commit 4e657e8Copy full SHA for 4e657e8
core/cluster.py
@@ -393,7 +393,7 @@ async def callback(data: List[Any]):
393
hits=humanize.intcomma(counter["hits"]),
394
size=humanize.naturalsize(counter["bytes"], binary=True),
395
)
396
- writeHits(self.router.counters["hits"], self.router.counters["bytess"])
+ writeHits(self.router.counters["hits"], self.router.counters["bytes"])
397
self.router.counters["bytes"] -= counter["bytes"]
398
self.router.counters["hits"] -= counter["hits"]
399
if not self.scheduler:
0 commit comments