I started by making this configurable, but that's just adding complexity for no reason. This version just hard codes it to the max value. This quota is only to prevent dos attacks, so assuming we're only ever going to use the module to talk to genuine Tridion core services, we don't really need any limit here. If you really want the other version, it's on another branch, but my view is that this rather simple hack is a better solution.
It turns out that it cannot be a long, but has to be an integer (because the client buffers messages). Anyway, I updated it to int MaxValue after I merged it in.
I started by making this configurable, but that's just adding complexity for no reason. This version just hard codes it to the max value. This quota is only to prevent dos attacks, so assuming we're only ever going to use the module to talk to genuine Tridion core services, we don't really need any limit here. If you really want the other version, it's on another branch, but my view is that this rather simple hack is a better solution.