mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Elucidating comment.
This commit is contained in:
parent
e44f7ab50c
commit
aacea9be74
@ -174,6 +174,8 @@ class SnarfQueue(ircutils.FloodQueue):
|
||||
|
||||
_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()
|
||||
def urlSnarfer(f):
|
||||
"""Protects the snarfer from loops and whatnot."""
|
||||
|
Loading…
Reference in New Issue
Block a user