Remove the apparently unused custom dogpile lock
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
0d1517e203
commit
7b08ff9c88
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,8 @@ ircnick = "fedora-notif"
|
|||
|
||||
base = "https://apps.%s/notifications/" % domain
|
||||
|
||||
{% if env != 'staging' %}
|
||||
|
||||
from dogpile.core.readwrite_lock import ReadWriteMutex
|
||||
from dogpile.cache.backends.file import AbstractFileLock
|
||||
|
||||
|
@ -35,6 +37,7 @@ class MutexLock(AbstractFileLock):
|
|||
@classmethod
|
||||
def __json__(cls):
|
||||
return repr(cls)
|
||||
{% endif %}
|
||||
|
||||
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue