From 3bb762dc7372a38e01f860a7297dc7416617e360 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 11 Aug 2023 11:11:41 -0700 Subject: [PATCH] there are echoes lost in the valley there are echoes out to sea as they undulate some diverge and some coincide but where ever they might be they won't abide --- pingstat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pingstat.py b/pingstat.py index 5da5697..7467f65 100644 --- a/pingstat.py +++ b/pingstat.py @@ -107,7 +107,7 @@ async def tombstone(self, evt: StateEvent) -> None: # region Getting pong data def iter_pongs(self, room_id: RoomID, max_age: int = WEEK, min_age: int = 0, - max_diff: int = 10 * MINUTE, min_diff: int = 10) -> Iterable[Pong]: + max_diff: int = 10 * MINUTE, min_diff: int = 1) -> Iterable[Pong]: now = int(time() * 1000) rows = self.database.execute(self.pong.select().where(and_( self.pong.c.room_id == room_id,