mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
Update synapse/storage/stats.py
Co-Authored-By: Erik Johnston <erik@matrix.org>
This commit is contained in:
parent
b5573c0ffb
commit
4a97eef0dc
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class StatsStore(StateDeltasStore):
|
||||||
Quantises a timestamp to be a multiple of the bucket size.
|
Quantises a timestamp to be a multiple of the bucket size.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
ts: the timestamp to quantise, in seconds since the Unix Epoch
|
ts (int): the timestamp to quantise, in seconds since the Unix Epoch
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
int: a timestamp which
|
int: a timestamp which
|
||||||
|
|
Loading…
Reference in a new issue