Shorter lifetimes
This commit is contained in:
parent
087a44d91c
commit
5e2baddaec
|
|
@ -145,7 +145,7 @@ class TestPassive(hooks.Passive):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
async def run(self) -> None:
|
async def run(self) -> None:
|
||||||
lifespan = 600
|
lifespan = 180
|
||||||
post_interval = 60
|
post_interval = 60
|
||||||
|
|
||||||
def make_interactive_msg():
|
def make_interactive_msg():
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue