Reputation: 1450
I am trying to cache long string in the cache. It is limiting itself to 255 char length. I am not able to figure out why?
Is there any way to re configure this?
Upvotes: 0
Views: 835
Reputation: 1450
Change the settings for transportproperties:
transportProperties maxBufferPoolSize="5000000" maxBufferSize="500000"
Upvotes: 2