-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Is there any good reason we have Queue maxsize hard-coded to 200?!
| def __init__(self, factory=Connection, timeout=30, backlog=200, |
| self.queues[key] = queue_ = queue.Queue(self.backlog) |
This limit is easily reached if you have a lot of related-items to invalidate, thus Varnish cache will be partially invalidated resulting in inconsistent content.
I think this should be set by default to 0 (infinity)
jensens and thet
Metadata
Metadata
Assignees
Labels
No labels