Skip to content

Commit

Permalink
fixed max priority value for AMQP
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 3, 2018
1 parent 519c296 commit e6cf77d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appier/queuing.py
Expand Up @@ -152,7 +152,7 @@ def __init__(
url = None,
name = "default",
durable = False,
max_priority = 256,
max_priority = 255,
encoder = "pickle",
protocol = 2,
encoding = "utf-8",
Expand Down

0 comments on commit e6cf77d

Please sign in to comment.