Set maxRdy to 1

This commit is contained in:
2021-07-08 17:44:18 +03:00
parent 819f2c9e5d
commit ed2fdebce5
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"require": {
"php": "^8.0.1",
"ext-json": "*",
"nsq/nsq": "^0.6.2",
"nsq/nsq": "0.7",
"symfony/framework-bundle": "^5.0",
"symfony/messenger": "^5.0"
},