mirror of
https://mau.dev/maunium/synapse.git
synced 2025-01-20 23:11:59 +01:00
Again, underscore, not hyphen
This commit is contained in:
parent
465354ffde
commit
cdb2e045ee
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class Pusher(object):
|
||||||
INITIAL_BACKOFF = 1000
|
INITIAL_BACKOFF = 1000
|
||||||
MAX_BACKOFF = 60 * 60 * 1000
|
MAX_BACKOFF = 60 * 60 * 1000
|
||||||
GIVE_UP_AFTER = 24 * 60 * 60 * 1000
|
GIVE_UP_AFTER = 24 * 60 * 60 * 1000
|
||||||
DEFAULT_ACTIONS = ['dont-notify']
|
DEFAULT_ACTIONS = ['dont_notify']
|
||||||
|
|
||||||
INEQUALITY_EXPR = re.compile("^([=<>]*)([0-9]*)$")
|
INEQUALITY_EXPR = re.compile("^([=<>]*)([0-9]*)$")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue