Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Kruse
potify
Commits
514a3935
Commit
514a3935
authored
Sep 11, 2017
by
Andre Julius
👀
Browse files
Decrease queue size from 3 to 2
parent
07e650b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
api/queue.py
View file @
514a3935
import
api.index
from
queue
import
Queue
q
=
Queue
(
maxsize
=
3
)
q
=
Queue
(
maxsize
=
2
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment