notification queue limit has no maxLimit (#9380)

New value defaults to 100K events by default,
but users can tune this value upto any value
they seem necessary.

* increase the limit to maxint64 while validating
This commit is contained in:
Praveen raj Mani
2020-04-18 13:50:56 +05:30
committed by GitHub
parent 75107d7698
commit c79358c67e
13 changed files with 34 additions and 64 deletions

View File

@@ -24,7 +24,7 @@ import (
const (
formatComment = `'namespace' reflects current bucket/object list and 'access' reflects a journal of object operations, defaults to 'namespace'`
queueDirComment = `staging dir for undelivered messages e.g. '/home/events'`
queueLimitComment = `maximum limit for undelivered messages, defaults to '10000'`
queueLimitComment = `maximum limit for undelivered messages, defaults to '100000'`
)
// Help template inputs for all notification targets