mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +01:00
Elucidating comment.
This commit is contained in:
parent
e44f7ab50c
commit
aacea9be74
@ -174,6 +174,8 @@ class SnarfQueue(ircutils.FloodQueue):
|
|||||||
|
|
||||||
_snarfed = SnarfQueue()
|
_snarfed = SnarfQueue()
|
||||||
|
|
||||||
|
# This lock is used to serialize the calls to snarfers, so earlier snarfers are
|
||||||
|
# guaranteed to beat out later snarfers.
|
||||||
_snarfLock = threading.Lock()
|
_snarfLock = threading.Lock()
|
||||||
def urlSnarfer(f):
|
def urlSnarfer(f):
|
||||||
"""Protects the snarfer from loops and whatnot."""
|
"""Protects the snarfer from loops and whatnot."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user