Closed DinoChiesa closed 5 months ago
Contrary to the (current) documentation the AsynchronousConfiguration element within the Quota policy allows the use of both SyncIntervalInSeconds and SyncMessageCount, in the same configuration. This is valid:
AsynchronousConfiguration
SyncIntervalInSeconds
SyncMessageCount
<Quota name="Q-Asynch"> . . . <AsynchronousConfiguration> <SyncIntervalInSeconds>20</SyncIntervalInSeconds> <SyncMessageCount>5</SyncMessageCount> </AsynchronousConfiguration> </Quota>
This change modifies the PO035 plugin to allow that.
This fixed #443 .
Contrary to the (current) documentation the
AsynchronousConfiguration
element within the Quota policy allows the use of bothSyncIntervalInSeconds
andSyncMessageCount
, in the same configuration. This is valid:This change modifies the PO035 plugin to allow that.