Increase queue loop delay from 1 to 2.5 seconds. Add configuration param to adjust its value

This commit is contained in:
ErickSkrauch
2019-11-08 01:54:16 +03:00
parent b2a1fd450b
commit 7353047467
5 changed files with 18 additions and 9 deletions

View File

@@ -85,7 +85,7 @@ type queueTestSuite struct {
}
func (suite *queueTestSuite) SetupSuite() {
uuidsQueueIterationDelay = 0
UuidsQueueIterationDelay = 0
}
func (suite *queueTestSuite) SetupTest() {